Shades of Chelsea Cucumber #859952
Tints of Chelsea Cucumber #859952
RGB
CMYK
RGB Variations
Color information
#859952 (or 0x859952) is known color: Chelsea Cucumber. HEX triplet: 85, 99 and 52. RGB value is (133,153,82). Sum of RGB (Red+Green+Blue) = 133+153+82=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #859952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859952 is #7A66AD. Grayscale: #8B8B8B. Windows color (decimal): -8021678 or 5413253. OLE color: 5413253.
HSL color Cylindrical-coordinate representation of color #859952: hue angle of 76.9º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #859952 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 82 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.4 |
| HSL | 76.9º | 0.3% | 0.46% | - |
| HSV(B) | 76.9º | 0.46% | 0.6% | - |
| XYZ | 22.59 | 28.38 | 12.27 | - |
| YUV | 138.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 82 | 0.13 | 0 | 0.46 | 0.4 | 76.9 | 0.3 | 0.46 |
| Hex | 85 | 99 | 52 | D | 0 | 2E | 28 | 4D | 1E | 2E |
| Octal | 205 | 231 | 122 | 15 | 0 | 56 | 50 | 115 | 36 | 56 |
| Binary | 10000101 | 10011001 | 1010010 | 1101 | 0 | 101110 | 101000 | 1001101 | 11110 | 101110 |
Color Harmonies of #859952
Complementary color
Monochromatic Colors of #859952
Black with #859952
Text Example
Text Example
White with #859952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859952; }
p { color: rgb(133,153,82); }
H1.HeaderClassName
{
color: #859952;
}
.AnyTagClassName
{
color: #859952;
}
</style>
background-color css
<style>
a { background-color: #859952; }
a { background-color: rgb(133,153,82); }
div.DivClassName
{
background-color: #859952;
}
.BgClassName
{
background-color: #859952;
}
</style>
border-color css
<style>
span { border-color: #859952; }
span { border-color: rgb(133,153,82); }
td.TdClassName
{
border-color: #859952;
}
.TagClassName
{
border-color: #859952;
}
</style>