#859E54

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

Shades of Chelsea Cucumber #859E54

Tints of Chelsea Cucumber #859E54

Color information

#859E54 (or 0x859E54) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9E and 54. RGB value is (133,158,84). Sum of RGB (Red+Green+Blue) = 133+158+84=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #859E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E54 is #7A61AB. Grayscale: #8E8E8E. Windows color (decimal): -8020396 or 5545605. OLE color: 5545605.

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

Color convert

RGB13315884-
CMYK0.1600.470.38
HSL80.27º30.58%47.45%-
HSV(B)80.27º46.84%61.96%-
XYZ23.530.0812.96-
YUV142.0995.22121.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=35.47%
G=42.13%
B=22.4%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133158840.1600.470.3880.2730.5847.45
Hex859E541002F26501f2f
Octal20523612420057461203757
Binary10000101100111101010100100000101111100110101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,158,84); }

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

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

 a { background-color: rgb(133,158,84); }

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

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

 span { border-color: rgb(133,158,84); }

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