Shades of Chelsea Cucumber #85B054
Tints of Chelsea Cucumber #85B054
RGB
CMYK
RGB Variations
Color information
#85B054 (or 0x85B054) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 54. RGB value is (133,176,84). Sum of RGB (Red+Green+Blue) = 133+176+84=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #85B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B054 is #7A4FAB. Grayscale: #989898. Windows color (decimal): -8015788 or 5550213. OLE color: 5550213.
HSL color Cylindrical-coordinate representation of color #85B054: hue angle of 88.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85B054 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 84 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.31 |
| HSL | 88.04º | 0.37% | 0.51% | - |
| HSV(B) | 88.04º | 0.52% | 0.69% | - |
| XYZ | 26.8 | 36.68 | 14.05 | - |
| YUV | 152.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 84 | 0.24 | 0 | 0.52 | 0.31 | 88.04 | 0.37 | 0.51 |
| Hex | 85 | B0 | 54 | 18 | 0 | 34 | 1F | 58 | 25 | 33 |
| Octal | 205 | 260 | 124 | 30 | 0 | 64 | 37 | 130 | 45 | 63 |
| Binary | 10000101 | 10110000 | 1010100 | 11000 | 0 | 110100 | 11111 | 1011000 | 100101 | 110011 |
Color Harmonies of #85B054
Complementary color
Monochromatic Colors of #85B054
Black with #85B054
Text Example
Text Example
White with #85B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B054; }
p { color: rgb(133,176,84); }
H1.HeaderClassName
{
color: #85B054;
}
.AnyTagClassName
{
color: #85B054;
}
</style>
background-color css
<style>
a { background-color: #85B054; }
a { background-color: rgb(133,176,84); }
div.DivClassName
{
background-color: #85B054;
}
.BgClassName
{
background-color: #85B054;
}
</style>
border-color css
<style>
span { border-color: #85B054; }
span { border-color: rgb(133,176,84); }
td.TdClassName
{
border-color: #85B054;
}
.TagClassName
{
border-color: #85B054;
}
</style>