#859959

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

Shades of Chelsea Cucumber #859959

Tints of Chelsea Cucumber #859959

Color information

#859959 (or 0x859959) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 99 and 59. RGB value is (133,153,89). Sum of RGB (Red+Green+Blue) = 133+153+89=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #859959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859959 is #7A66A6. Grayscale: #8B8B8B. Windows color (decimal): -8021671 or 5872005. OLE color: 5872005.

HSL color Cylindrical-coordinate representation of color #859959: hue angle of 78.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #859959 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB13315389-
CMYK0.1300.420.4
HSL78.75º26.45%47.45%-
HSV(B)78.75º41.83%60%-
XYZ22.8728.4913.75-
YUV139.7299.37123.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=35.47%
G=40.8%
B=23.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153890.1300.420.478.7526.4547.45
Hex859959D02A284f1a2f
Octal20523113115052501173257
Binary1000010110011001101100111010101010101000100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859959; }

 p { color: rgb(133,153,89); }

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

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

 a { background-color: rgb(133,153,89); }

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

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

 span { border-color: rgb(133,153,89); }

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