Shades of Chelsea Cucumber #85B852
Tints of Chelsea Cucumber #85B852
RGB
CMYK
RGB Variations
Color information
#85B852 (or 0x85B852) is known color: Chelsea Cucumber. HEX triplet: 85, B8 and 52. RGB value is (133,184,82). Sum of RGB (Red+Green+Blue) = 133+184+82=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #85B852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B852 is #7A47AD. Grayscale: #9D9D9D. Windows color (decimal): -8013742 or 5421189. OLE color: 5421189.
HSL color Cylindrical-coordinate representation of color #85B852: hue angle of 90º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85B852 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 82 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.28 |
| HSL | 90º | 0.42% | 0.52% | - |
| HSV(B) | 90º | 0.55% | 0.72% | - |
| XYZ | 28.34 | 39.88 | 14.19 | - |
| YUV | 157.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 82 | 0.28 | 0 | 0.55 | 0.28 | 90 | 0.42 | 0.52 |
| Hex | 85 | B8 | 52 | 1C | 0 | 37 | 1C | 5A | 2A | 34 |
| Octal | 205 | 270 | 122 | 34 | 0 | 67 | 34 | 132 | 52 | 64 |
| Binary | 10000101 | 10111000 | 1010010 | 11100 | 0 | 110111 | 11100 | 1011010 | 101010 | 110100 |
Color Harmonies of #85B852
Complementary color
Monochromatic Colors of #85B852
Black with #85B852
Text Example
Text Example
White with #85B852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B852; }
p { color: rgb(133,184,82); }
H1.HeaderClassName
{
color: #85B852;
}
.AnyTagClassName
{
color: #85B852;
}
</style>
background-color css
<style>
a { background-color: #85B852; }
a { background-color: rgb(133,184,82); }
div.DivClassName
{
background-color: #85B852;
}
.BgClassName
{
background-color: #85B852;
}
</style>
border-color css
<style>
span { border-color: #85B852; }
span { border-color: rgb(133,184,82); }
td.TdClassName
{
border-color: #85B852;
}
.TagClassName
{
border-color: #85B852;
}
</style>