Shades of Chelsea Cucumber #859E54
Tints of Chelsea Cucumber #859E54
RGB
CMYK
RGB Variations
Color information
#859E54 (or 0x859E54) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 54. RGB value is (133,158,84). Sum of RGB (Red+Green+Blue) = 133+158+84=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #859E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E54 is #7A61AB. Grayscale: #8E8E8E. Windows color (decimal): -8020396 or 5545605. OLE color: 5545605.
HSL color Cylindrical-coordinate representation of color #859E54: hue angle of 80.27º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859E54 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 84 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.38 |
| HSL | 80.27º | 0.31% | 0.47% | - |
| HSV(B) | 80.27º | 0.47% | 0.62% | - |
| XYZ | 23.5 | 30.08 | 12.96 | - |
| YUV | 142.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 84 | 0.16 | 0 | 0.47 | 0.38 | 80.27 | 0.31 | 0.47 |
| Hex | 85 | 9E | 54 | 10 | 0 | 2F | 26 | 50 | 1F | 2F |
| Octal | 205 | 236 | 124 | 20 | 0 | 57 | 46 | 120 | 37 | 57 |
| Binary | 10000101 | 10011110 | 1010100 | 10000 | 0 | 101111 | 100110 | 1010000 | 11111 | 101111 |
Color Harmonies of #859E54
Complementary color
Monochromatic Colors of #859E54
Black with #859E54
Text Example
Text Example
White with #859E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E54; }
p { color: rgb(133,158,84); }
H1.HeaderClassName
{
color: #859E54;
}
.AnyTagClassName
{
color: #859E54;
}
</style>
background-color css
<style>
a { background-color: #859E54; }
a { background-color: rgb(133,158,84); }
div.DivClassName
{
background-color: #859E54;
}
.BgClassName
{
background-color: #859E54;
}
</style>
border-color css
<style>
span { border-color: #859E54; }
span { border-color: rgb(133,158,84); }
td.TdClassName
{
border-color: #859E54;
}
.TagClassName
{
border-color: #859E54;
}
</style>