#85B643

Color #85B643 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85B643

Tints of Chelsea Cucumber #85B643

Color information

#85B643 (or 0x85B643) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B6 and 43. RGB value is (133,182,67). Sum of RGB (Red+Green+Blue) = 133+182+67=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #85B643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B643 is #7A49BC. Grayscale: #9A9A9A. Windows color (decimal): -8014269 or 4437637. OLE color: 4437637.

HSL color Cylindrical-coordinate representation of color #85B643: hue angle of 85.57º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85B643 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB13318267-
CMYK0.2700.630.29
HSL85.57º46.18%48.82%-
HSV(B)85.57º63.19%71.37%-
XYZ27.4138.8511.36-
YUV154.2478.77112.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 67 (26.56% from 255) = 17.54%
R=34.82%
G=47.64%
B=17.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133182670.2700.630.2985.5746.1848.82
Hex85B6431B03F1D562e31
Octal20526610333077351265661
Binary10000101101101101000011110110111111111011010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B643; }

 p { color: rgb(133,182,67); }

 H1.HeaderClassName
 {
   color: #85B643;
 }
 .AnyTagClassName
 {
   color: #85B643;
 }
</style>
background-color css

<style>
 a { background-color: #85B643; }

 a { background-color: rgb(133,182,67); }

 div.DivClassName
 {
   background-color: #85B643;
 }
 .BgClassName
 {
   background-color: #85B643;
 }
</style>
border-color css

<style>
 span { border-color: #85B643; }

 span { border-color: rgb(133,182,67); }

 td.TdClassName
 {
   border-color: #85B643;
 }
 .TagClassName
 {
   border-color: #85B643;
 }
</style>