#859A50

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

Shades of Chelsea Cucumber #859A50

Tints of Chelsea Cucumber #859A50

Color information

#859A50 (or 0x859A50) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9A and 50. RGB value is (133,154,80). Sum of RGB (Red+Green+Blue) = 133+154+80=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #859A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A50 is #7A65AF. Grayscale: #8B8B8B. Windows color (decimal): -8021424 or 5282437. OLE color: 5282437.

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

Color convert

RGB13315480-
CMYK0.1400.480.40
HSL77.03º31.62%45.88%-
HSV(B)77.03º48.05%60.39%-
XYZ22.6828.6811.93-
YUV139.2894.54123.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=36.24%
G=41.96%
B=21.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133154800.1400.480.4077.0331.6245.88
Hex859A50E030284d202e
Octal20523212016060501154056
Binary10000101100110101010000111001100001010001001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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