#859F51

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

Shades of Chelsea Cucumber #859F51

Tints of Chelsea Cucumber #859F51

Color information

#859F51 (or 0x859F51) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9F and 51. RGB value is (133,159,81). Sum of RGB (Red+Green+Blue) = 133+159+81=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #859F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F51 is #7A60AE. Grayscale: #8E8E8E. Windows color (decimal): -8020143 or 5349253. OLE color: 5349253.

HSL color Cylindrical-coordinate representation of color #859F51: hue angle of 80º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #859F51 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB13315981-
CMYK0.1600.490.38
HSL80º32.5%47.06%-
HSV(B)80º49.06%62.35%-
XYZ23.5630.3812.41-
YUV142.3393.39121.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=35.66%
G=42.63%
B=21.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133159810.1600.490.388032.547.06
Hex859F51100312650202f
Octal20523712120061461204057
Binary100001011001111110100011000001100011001101010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,159,81); }

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

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

 a { background-color: rgb(133,159,81); }

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

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

 span { border-color: rgb(133,159,81); }

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