Shades of Chelsea Cucumber #85AA52
Tints of Chelsea Cucumber #85AA52
RGB
CMYK
RGB Variations
Color information
#85AA52 (or 0x85AA52) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 52. RGB value is (133,170,82). Sum of RGB (Red+Green+Blue) = 133+170+82=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA52 is #7A55AD. Grayscale: #959595. Windows color (decimal): -8017326 or 5417605. OLE color: 5417605.
HSL color Cylindrical-coordinate representation of color #85AA52: hue angle of 85.23º 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 #85AA52 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 82 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.33 |
| HSL | 85.23º | 0.35% | 0.49% | - |
| HSV(B) | 85.23º | 0.52% | 0.67% | - |
| XYZ | 25.57 | 34.35 | 13.26 | - |
| YUV | 148.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 82 | 0.22 | 0 | 0.52 | 0.33 | 85.23 | 0.35 | 0.49 |
| Hex | 85 | AA | 52 | 16 | 0 | 34 | 21 | 55 | 23 | 31 |
| Octal | 205 | 252 | 122 | 26 | 0 | 64 | 41 | 125 | 43 | 61 |
| Binary | 10000101 | 10101010 | 1010010 | 10110 | 0 | 110100 | 100001 | 1010101 | 100011 | 110001 |
Color Harmonies of #85AA52
Complementary color
Monochromatic Colors of #85AA52
Black with #85AA52
Text Example
Text Example
White with #85AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA52; }
p { color: rgb(133,170,82); }
H1.HeaderClassName
{
color: #85AA52;
}
.AnyTagClassName
{
color: #85AA52;
}
</style>
background-color css
<style>
a { background-color: #85AA52; }
a { background-color: rgb(133,170,82); }
div.DivClassName
{
background-color: #85AA52;
}
.BgClassName
{
background-color: #85AA52;
}
</style>
border-color css
<style>
span { border-color: #85AA52; }
span { border-color: rgb(133,170,82); }
td.TdClassName
{
border-color: #85AA52;
}
.TagClassName
{
border-color: #85AA52;
}
</style>