Shades of Chelsea Cucumber #859955
Tints of Chelsea Cucumber #859955
RGB
CMYK
RGB Variations
Color information
#859955 (or 0x859955) is known color: Chelsea Cucumber. HEX triplet: 85, 99 and 55. RGB value is (133,153,85). Sum of RGB (Red+Green+Blue) = 133+153+85=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #859955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859955 is #7A66AA. Grayscale: #8B8B8B. Windows color (decimal): -8021675 or 5609861. OLE color: 5609861.
HSL color Cylindrical-coordinate representation of color #859955: hue angle of 77.65º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859955 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 85 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.4 |
| HSL | 77.65º | 0.29% | 0.47% | - |
| HSV(B) | 77.65º | 0.44% | 0.6% | - |
| XYZ | 22.7 | 28.42 | 12.88 | - |
| YUV | 139.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 85 | 0.13 | 0 | 0.44 | 0.4 | 77.65 | 0.29 | 0.47 |
| Hex | 85 | 99 | 55 | D | 0 | 2C | 28 | 4E | 1D | 2F |
| Octal | 205 | 231 | 125 | 15 | 0 | 54 | 50 | 116 | 35 | 57 |
| Binary | 10000101 | 10011001 | 1010101 | 1101 | 0 | 101100 | 101000 | 1001110 | 11101 | 101111 |
Color Harmonies of #859955
Complementary color
Monochromatic Colors of #859955
Black with #859955
Text Example
Text Example
White with #859955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859955; }
p { color: rgb(133,153,85); }
H1.HeaderClassName
{
color: #859955;
}
.AnyTagClassName
{
color: #859955;
}
</style>
background-color css
<style>
a { background-color: #859955; }
a { background-color: rgb(133,153,85); }
div.DivClassName
{
background-color: #859955;
}
.BgClassName
{
background-color: #859955;
}
</style>
border-color css
<style>
span { border-color: #859955; }
span { border-color: rgb(133,153,85); }
td.TdClassName
{
border-color: #859955;
}
.TagClassName
{
border-color: #859955;
}
</style>