Shades of Chelsea Cucumber #85A051
Tints of Chelsea Cucumber #85A051
RGB
CMYK
RGB Variations
Color information
#85A051 (or 0x85A051) is known color: Chelsea Cucumber. HEX triplet: 85, A0 and 51. RGB value is (133,160,81). Sum of RGB (Red+Green+Blue) = 133+160+81=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #85A051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A051 is #7A5FAE. Grayscale: #8F8F8F. Windows color (decimal): -8019887 or 5349509. OLE color: 5349509.
HSL color Cylindrical-coordinate representation of color #85A051: hue angle of 80.51º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85A051 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 81 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.37 |
| HSL | 80.51º | 0.33% | 0.47% | - |
| HSV(B) | 80.51º | 0.49% | 0.63% | - |
| XYZ | 23.73 | 30.72 | 12.46 | - |
| YUV | 142.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 81 | 0.17 | 0 | 0.49 | 0.37 | 80.51 | 0.33 | 0.47 |
| Hex | 85 | A0 | 51 | 11 | 0 | 31 | 25 | 51 | 21 | 2F |
| Octal | 205 | 240 | 121 | 21 | 0 | 61 | 45 | 121 | 41 | 57 |
| Binary | 10000101 | 10100000 | 1010001 | 10001 | 0 | 110001 | 100101 | 1010001 | 100001 | 101111 |
Color Harmonies of #85A051
Complementary color
Monochromatic Colors of #85A051
Black with #85A051
Text Example
Text Example
White with #85A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A051; }
p { color: rgb(133,160,81); }
H1.HeaderClassName
{
color: #85A051;
}
.AnyTagClassName
{
color: #85A051;
}
</style>
background-color css
<style>
a { background-color: #85A051; }
a { background-color: rgb(133,160,81); }
div.DivClassName
{
background-color: #85A051;
}
.BgClassName
{
background-color: #85A051;
}
</style>
border-color css
<style>
span { border-color: #85A051; }
span { border-color: rgb(133,160,81); }
td.TdClassName
{
border-color: #85A051;
}
.TagClassName
{
border-color: #85A051;
}
</style>