Shades of Chelsea Cucumber #85A452
Tints of Chelsea Cucumber #85A452
RGB
CMYK
RGB Variations
Color information
#85A452 (or 0x85A452) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 52. RGB value is (133,164,82). Sum of RGB (Red+Green+Blue) = 133+164+82=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #85A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A452 is #7A5BAD. Grayscale: #919191. Windows color (decimal): -8018862 or 5416069. OLE color: 5416069.
HSL color Cylindrical-coordinate representation of color #85A452: hue angle of 82.68º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85A452 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 82 | - |
| CMYK | 0.19 | 0 | 0.5 | 0.36 |
| HSL | 82.68º | 0.33% | 0.48% | - |
| HSV(B) | 82.68º | 0.5% | 0.64% | - |
| XYZ | 24.47 | 32.15 | 12.9 | - |
| YUV | 145.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 82 | 0.19 | 0 | 0.5 | 0.36 | 82.68 | 0.33 | 0.48 |
| Hex | 85 | A4 | 52 | 13 | 0 | 32 | 24 | 53 | 21 | 30 |
| Octal | 205 | 244 | 122 | 23 | 0 | 62 | 44 | 123 | 41 | 60 |
| Binary | 10000101 | 10100100 | 1010010 | 10011 | 0 | 110010 | 100100 | 1010011 | 100001 | 110000 |
Color Harmonies of #85A452
Complementary color
Monochromatic Colors of #85A452
Black with #85A452
Text Example
Text Example
White with #85A452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A452; }
p { color: rgb(133,164,82); }
H1.HeaderClassName
{
color: #85A452;
}
.AnyTagClassName
{
color: #85A452;
}
</style>
background-color css
<style>
a { background-color: #85A452; }
a { background-color: rgb(133,164,82); }
div.DivClassName
{
background-color: #85A452;
}
.BgClassName
{
background-color: #85A452;
}
</style>
border-color css
<style>
span { border-color: #85A452; }
span { border-color: rgb(133,164,82); }
td.TdClassName
{
border-color: #85A452;
}
.TagClassName
{
border-color: #85A452;
}
</style>