#859A56

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

Shades of Chelsea Cucumber #859A56

Tints of Chelsea Cucumber #859A56

Color information

#859A56 (or 0x859A56) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9A and 56. RGB value is (133,154,86). Sum of RGB (Red+Green+Blue) = 133+154+86=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #859A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A56 is #7A65A9. Grayscale: #8C8C8C. Windows color (decimal): -8021418 or 5675653. OLE color: 5675653.

HSL color Cylindrical-coordinate representation of color #859A56: hue angle of 78.53º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859A56 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB13315486-
CMYK0.1400.440.40
HSL78.53º28.33%47.06%-
HSV(B)78.53º44.16%60.39%-
XYZ22.9128.7713.15-
YUV139.9797.54123.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=35.66%
G=41.29%
B=23.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133154860.1400.440.4078.5328.3347.06
Hex859A56E02C284f1c2f
Octal20523212616054501173457
Binary1000010110011010101011011100101100101000100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859A56; }

 p { color: rgb(133,154,86); }

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

<style>
 a { background-color: #859A56; }

 a { background-color: rgb(133,154,86); }

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

<style>
 span { border-color: #859A56; }

 span { border-color: rgb(133,154,86); }

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