Shades of Chelsea Cucumber #85B84D
Tints of Chelsea Cucumber #85B84D
RGB
CMYK
RGB Variations
Color information
#85B84D (or 0x85B84D) is known color: Chelsea Cucumber. HEX triplet: 85, B8 and 4D. RGB value is (133,184,77). Sum of RGB (Red+Green+Blue) = 133+184+77=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #85B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B84D is #7A47B2. Grayscale: #9C9C9C. Windows color (decimal): -8013747 or 5093509. OLE color: 5093509.
HSL color Cylindrical-coordinate representation of color #85B84D: hue angle of 88.6º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85B84D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 77 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.28 |
| HSL | 88.6º | 0.43% | 0.51% | - |
| HSV(B) | 88.6º | 0.58% | 0.72% | - |
| XYZ | 28.15 | 39.8 | 13.22 | - |
| YUV | 156.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 77 | 0.28 | 0 | 0.58 | 0.28 | 88.6 | 0.43 | 0.51 |
| Hex | 85 | B8 | 4D | 1C | 0 | 3A | 1C | 59 | 2B | 33 |
| Octal | 205 | 270 | 115 | 34 | 0 | 72 | 34 | 131 | 53 | 63 |
| Binary | 10000101 | 10111000 | 1001101 | 11100 | 0 | 111010 | 11100 | 1011001 | 101011 | 110011 |
Color Harmonies of #85B84D
Complementary color
Monochromatic Colors of #85B84D
Black with #85B84D
Text Example
Text Example
White with #85B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B84D; }
p { color: rgb(133,184,77); }
H1.HeaderClassName
{
color: #85B84D;
}
.AnyTagClassName
{
color: #85B84D;
}
</style>
background-color css
<style>
a { background-color: #85B84D; }
a { background-color: rgb(133,184,77); }
div.DivClassName
{
background-color: #85B84D;
}
.BgClassName
{
background-color: #85B84D;
}
</style>
border-color css
<style>
span { border-color: #85B84D; }
span { border-color: rgb(133,184,77); }
td.TdClassName
{
border-color: #85B84D;
}
.TagClassName
{
border-color: #85B84D;
}
</style>