Shades of Chelsea Cucumber #85A04B
Tints of Chelsea Cucumber #85A04B
RGB
CMYK
RGB Variations
Color information
#85A04B (or 0x85A04B) is known color: Chelsea Cucumber. HEX triplet: 85, A0 and 4B. RGB value is (133,160,75). Sum of RGB (Red+Green+Blue) = 133+160+75=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #85A04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A04B is #7A5FB4. Grayscale: #8E8E8E. Windows color (decimal): -8019893 or 4956293. OLE color: 4956293.
HSL color Cylindrical-coordinate representation of color #85A04B: hue angle of 79.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85A04B is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 75 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.37 |
| HSL | 79.06º | 0.36% | 0.46% | - |
| HSV(B) | 79.06º | 0.53% | 0.63% | - |
| XYZ | 23.51 | 30.64 | 11.33 | - |
| YUV | 142.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 75 | 0.17 | 0 | 0.53 | 0.37 | 79.06 | 0.36 | 0.46 |
| Hex | 85 | A0 | 4B | 11 | 0 | 35 | 25 | 4F | 24 | 2E |
| Octal | 205 | 240 | 113 | 21 | 0 | 65 | 45 | 117 | 44 | 56 |
| Binary | 10000101 | 10100000 | 1001011 | 10001 | 0 | 110101 | 100101 | 1001111 | 100100 | 101110 |
Color Harmonies of #85A04B
Complementary color
Monochromatic Colors of #85A04B
Black with #85A04B
Text Example
Text Example
White with #85A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A04B; }
p { color: rgb(133,160,75); }
H1.HeaderClassName
{
color: #85A04B;
}
.AnyTagClassName
{
color: #85A04B;
}
</style>
background-color css
<style>
a { background-color: #85A04B; }
a { background-color: rgb(133,160,75); }
div.DivClassName
{
background-color: #85A04B;
}
.BgClassName
{
background-color: #85A04B;
}
</style>
border-color css
<style>
span { border-color: #85A04B; }
span { border-color: rgb(133,160,75); }
td.TdClassName
{
border-color: #85A04B;
}
.TagClassName
{
border-color: #85A04B;
}
</style>