#859C50

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

Shades of Chelsea Cucumber #859C50

Tints of Chelsea Cucumber #859C50

Color information

#859C50 (or 0x859C50) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9C and 50. RGB value is (133,156,80). Sum of RGB (Red+Green+Blue) = 133+156+80=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #859C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C50 is #7A63AF. Grayscale: #8C8C8C. Windows color (decimal): -8020912 or 5282949. OLE color: 5282949.

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

Color convert

RGB13315680-
CMYK0.1500.490.39
HSL78.16º32.2%46.27%-
HSV(B)78.16º48.72%61.18%-
XYZ23.0129.3412.04-
YUV140.4693.88122.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=36.04%
G=42.28%
B=21.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133156800.1500.490.3978.1632.246.27
Hex859C50F031274e202e
Octal20523412017061471164056
Binary10000101100111001010000111101100011001111001110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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