#859B59

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

Shades of Chelsea Cucumber #859B59

Tints of Chelsea Cucumber #859B59

Color information

#859B59 (or 0x859B59) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9B and 59. RGB value is (133,155,89). Sum of RGB (Red+Green+Blue) = 133+155+89=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #859B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B59 is #7A64A6. Grayscale: #8D8D8D. Windows color (decimal): -8021159 or 5872517. OLE color: 5872517.

HSL color Cylindrical-coordinate representation of color #859B59: hue angle of 80º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859B59 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB13315589-
CMYK0.1400.430.39
HSL80º27.05%47.84%-
HSV(B)80º42.58%60.78%-
XYZ23.229.1513.86-
YUV140.998.71122.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=35.28%
G=41.11%
B=23.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133155890.1400.430.398027.0547.84
Hex859B59E02B27501b30
Octal20523313116053471203360
Binary1000010110011011101100111100101011100111101000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,155,89); }

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

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

 a { background-color: rgb(133,155,89); }

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

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

 span { border-color: rgb(133,155,89); }

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