Shades of Chelsea Cucumber #85A954
Tints of Chelsea Cucumber #85A954
RGB
CMYK
RGB Variations
Color information
#85A954 (or 0x85A954) is known color: Chelsea Cucumber. HEX triplet: 85, A9 and 54. RGB value is (133,169,84). Sum of RGB (Red+Green+Blue) = 133+169+84=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #85A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A954 is #7A56AB. Grayscale: #949494. Windows color (decimal): -8017580 or 5548421. OLE color: 5548421.
HSL color Cylindrical-coordinate representation of color #85A954: hue angle of 85.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85A954 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 169 | 84 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.34 |
| HSL | 85.41º | 0.34% | 0.5% | - |
| HSV(B) | 85.41º | 0.5% | 0.66% | - |
| XYZ | 25.46 | 34 | 13.61 | - |
| YUV | 148.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 84 | 0.21 | 0 | 0.50 | 0.34 | 85.41 | 0.34 | 0.5 |
| Hex | 85 | A9 | 54 | 15 | 0 | 32 | 22 | 55 | 22 | 32 |
| Octal | 205 | 251 | 124 | 25 | 0 | 62 | 42 | 125 | 42 | 62 |
| Binary | 10000101 | 10101001 | 1010100 | 10101 | 0 | 110010 | 100010 | 1010101 | 100010 | 110010 |
Color Harmonies of #85A954
Complementary color
Monochromatic Colors of #85A954
Black with #85A954
Text Example
Text Example
White with #85A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A954; }
p { color: rgb(133,169,84); }
H1.HeaderClassName
{
color: #85A954;
}
.AnyTagClassName
{
color: #85A954;
}
</style>
background-color css
<style>
a { background-color: #85A954; }
a { background-color: rgb(133,169,84); }
div.DivClassName
{
background-color: #85A954;
}
.BgClassName
{
background-color: #85A954;
}
</style>
border-color css
<style>
span { border-color: #85A954; }
span { border-color: rgb(133,169,84); }
td.TdClassName
{
border-color: #85A954;
}
.TagClassName
{
border-color: #85A954;
}
</style>