Shades of Chelsea Cucumber #859A54
Tints of Chelsea Cucumber #859A54
RGB
CMYK
RGB Variations
Color information
#859A54 (or 0x859A54) is known color: Chelsea Cucumber. HEX triplet: 85, 9A and 54. RGB value is (133,154,84). Sum of RGB (Red+Green+Blue) = 133+154+84=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #859A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A54 is #7A65AB. Grayscale: #8C8C8C. Windows color (decimal): -8021420 or 5544581. OLE color: 5544581.
HSL color Cylindrical-coordinate representation of color #859A54: hue angle of 78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #859A54 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 84 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.40 |
| HSL | 78º | 0.29% | 0.47% | - |
| HSV(B) | 78º | 0.45% | 0.6% | - |
| XYZ | 22.83 | 28.74 | 12.73 | - |
| YUV | 139.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 84 | 0.14 | 0 | 0.45 | 0.40 | 78 | 0.29 | 0.47 |
| Hex | 85 | 9A | 54 | E | 0 | 2D | 28 | 4E | 1D | 2F |
| Octal | 205 | 232 | 124 | 16 | 0 | 55 | 50 | 116 | 35 | 57 |
| Binary | 10000101 | 10011010 | 1010100 | 1110 | 0 | 101101 | 101000 | 1001110 | 11101 | 101111 |
Color Harmonies of #859A54
Complementary color
Monochromatic Colors of #859A54
Black with #859A54
Text Example
Text Example
White with #859A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A54; }
p { color: rgb(133,154,84); }
H1.HeaderClassName
{
color: #859A54;
}
.AnyTagClassName
{
color: #859A54;
}
</style>
background-color css
<style>
a { background-color: #859A54; }
a { background-color: rgb(133,154,84); }
div.DivClassName
{
background-color: #859A54;
}
.BgClassName
{
background-color: #859A54;
}
</style>
border-color css
<style>
span { border-color: #859A54; }
span { border-color: rgb(133,154,84); }
td.TdClassName
{
border-color: #859A54;
}
.TagClassName
{
border-color: #859A54;
}
</style>