#859950

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

Shades of Chelsea Cucumber #859950

Tints of Chelsea Cucumber #859950

Color information

#859950 (or 0x859950) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 99 and 50. RGB value is (133,153,80). Sum of RGB (Red+Green+Blue) = 133+153+80=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #859950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859950 is #7A66AF. Grayscale: #8A8A8A. Windows color (decimal): -8021680 or 5282181. OLE color: 5282181.

HSL color Cylindrical-coordinate representation of color #859950: hue angle of 76.44º degrees, saturation: 0.31, 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 #859950 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB13315380-
CMYK0.1300.480.4
HSL76.44º31.33%45.69%-
HSV(B)76.44º47.71%60%-
XYZ22.5128.3511.87-
YUV138.794.87123.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=36.34%
G=41.80%
B=21.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153800.1300.480.476.4431.3345.69
Hex859950D030284c1f2e
Octal20523112015060501143756
Binary1000010110011001101000011010110000101000100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859950; }

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

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

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

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

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

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

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

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