#859D5F

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

Shades of Chelsea Cucumber #859D5F

Tints of Chelsea Cucumber #859D5F

Color information

#859D5F (or 0x859D5F) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9D and 5F. RGB value is (133,157,95). Sum of RGB (Red+Green+Blue) = 133+157+95=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #859D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D5F is #7A62A0. Grayscale: #8E8E8E. Windows color (decimal): -8020641 or 6266245. OLE color: 6266245.

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

Color convert

RGB13315795-
CMYK0.1500.390.38
HSL83.23º24.6%49.41%-
HSV(B)83.23º39.49%61.57%-
XYZ23.829.9315.35-
YUV142.76101.05121.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 157 (61.72% from 255) = 40.78%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=34.55%
G=40.78%
B=24.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133157950.1500.390.3883.2324.649.41
Hex859D5FF02726531931
Octal20523513717047461233161
Binary1000010110011101101111111110100111100110101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,95); }

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

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

 a { background-color: rgb(133,157,95); }

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

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

 span { border-color: rgb(133,157,95); }

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