Shades of Chelsea Cucumber #859B54
Tints of Chelsea Cucumber #859B54
RGB
CMYK
RGB Variations
Color information
#859B54 (or 0x859B54) is known color: Chelsea Cucumber. HEX triplet: 85, 9B and 54. RGB value is (133,155,84). Sum of RGB (Red+Green+Blue) = 133+155+84=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #859B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B54 is #7A64AB. Grayscale: #8C8C8C. Windows color (decimal): -8021164 or 5544837. OLE color: 5544837.
HSL color Cylindrical-coordinate representation of color #859B54: hue angle of 78.59º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #859B54 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 84 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.39 |
| HSL | 78.59º | 0.3% | 0.47% | - |
| HSV(B) | 78.59º | 0.46% | 0.61% | - |
| XYZ | 22.99 | 29.07 | 12.79 | - |
| YUV | 140.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 84 | 0.14 | 0 | 0.46 | 0.39 | 78.59 | 0.3 | 0.47 |
| Hex | 85 | 9B | 54 | E | 0 | 2E | 27 | 4F | 1E | 2F |
| Octal | 205 | 233 | 124 | 16 | 0 | 56 | 47 | 117 | 36 | 57 |
| Binary | 10000101 | 10011011 | 1010100 | 1110 | 0 | 101110 | 100111 | 1001111 | 11110 | 101111 |
Color Harmonies of #859B54
Complementary color
Monochromatic Colors of #859B54
Black with #859B54
Text Example
Text Example
White with #859B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B54; }
p { color: rgb(133,155,84); }
H1.HeaderClassName
{
color: #859B54;
}
.AnyTagClassName
{
color: #859B54;
}
</style>
background-color css
<style>
a { background-color: #859B54; }
a { background-color: rgb(133,155,84); }
div.DivClassName
{
background-color: #859B54;
}
.BgClassName
{
background-color: #859B54;
}
</style>
border-color css
<style>
span { border-color: #859B54; }
span { border-color: rgb(133,155,84); }
td.TdClassName
{
border-color: #859B54;
}
.TagClassName
{
border-color: #859B54;
}
</style>