Shades of Chelsea Cucumber #859555
Tints of Chelsea Cucumber #859555
RGB
CMYK
RGB Variations
Color information
#859555 (or 0x859555) is known color: Chelsea Cucumber. HEX triplet: 85, 95 and 55. RGB value is (133,149,85). Sum of RGB (Red+Green+Blue) = 133+149+85=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #859555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859555 is #7A6AAA. Grayscale: #898989. Windows color (decimal): -8022699 or 5608837. OLE color: 5608837.
HSL color Cylindrical-coordinate representation of color #859555: hue angle of 75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859555 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 85 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.42 |
| HSL | 75º | 0.27% | 0.46% | - |
| HSV(B) | 75º | 0.43% | 0.58% | - |
| XYZ | 22.06 | 27.14 | 12.67 | - |
| YUV | 136.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 85 | 0.11 | 0 | 0.43 | 0.42 | 75 | 0.27 | 0.46 |
| Hex | 85 | 95 | 55 | B | 0 | 2B | 2A | 4B | 1B | 2E |
| Octal | 205 | 225 | 125 | 13 | 0 | 53 | 52 | 113 | 33 | 56 |
| Binary | 10000101 | 10010101 | 1010101 | 1011 | 0 | 101011 | 101010 | 1001011 | 11011 | 101110 |
Color Harmonies of #859555
Complementary color
Monochromatic Colors of #859555
Black with #859555
Text Example
Text Example
White with #859555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859555; }
p { color: rgb(133,149,85); }
H1.HeaderClassName
{
color: #859555;
}
.AnyTagClassName
{
color: #859555;
}
</style>
background-color css
<style>
a { background-color: #859555; }
a { background-color: rgb(133,149,85); }
div.DivClassName
{
background-color: #859555;
}
.BgClassName
{
background-color: #859555;
}
</style>
border-color css
<style>
span { border-color: #859555; }
span { border-color: rgb(133,149,85); }
td.TdClassName
{
border-color: #859555;
}
.TagClassName
{
border-color: #859555;
}
</style>