Shades of Chelsea Cucumber #85AA51
Tints of Chelsea Cucumber #85AA51
RGB
CMYK
RGB Variations
Color information
#85AA51 (or 0x85AA51) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 51. RGB value is (133,170,81). Sum of RGB (Red+Green+Blue) = 133+170+81=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA51 is #7A55AE. Grayscale: #959595. Windows color (decimal): -8017327 or 5352069. OLE color: 5352069.
HSL color Cylindrical-coordinate representation of color #85AA51: hue angle of 84.94º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85AA51 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 81 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.33 |
| HSL | 84.94º | 0.35% | 0.49% | - |
| HSV(B) | 84.94º | 0.52% | 0.67% | - |
| XYZ | 25.53 | 34.33 | 13.07 | - |
| YUV | 148.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 81 | 0.22 | 0 | 0.52 | 0.33 | 84.94 | 0.35 | 0.49 |
| Hex | 85 | AA | 51 | 16 | 0 | 34 | 21 | 55 | 23 | 31 |
| Octal | 205 | 252 | 121 | 26 | 0 | 64 | 41 | 125 | 43 | 61 |
| Binary | 10000101 | 10101010 | 1010001 | 10110 | 0 | 110100 | 100001 | 1010101 | 100011 | 110001 |
Color Harmonies of #85AA51
Complementary color
Monochromatic Colors of #85AA51
Black with #85AA51
Text Example
Text Example
White with #85AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA51; }
p { color: rgb(133,170,81); }
H1.HeaderClassName
{
color: #85AA51;
}
.AnyTagClassName
{
color: #85AA51;
}
</style>
background-color css
<style>
a { background-color: #85AA51; }
a { background-color: rgb(133,170,81); }
div.DivClassName
{
background-color: #85AA51;
}
.BgClassName
{
background-color: #85AA51;
}
</style>
border-color css
<style>
span { border-color: #85AA51; }
span { border-color: rgb(133,170,81); }
td.TdClassName
{
border-color: #85AA51;
}
.TagClassName
{
border-color: #85AA51;
}
</style>