Shades of Chelsea Cucumber #85A44F
Tints of Chelsea Cucumber #85A44F
RGB
CMYK
RGB Variations
Color information
#85A44F (or 0x85A44F) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 4F. RGB value is (133,164,79). Sum of RGB (Red+Green+Blue) = 133+164+79=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #85A44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A44F is #7A5BB0. Grayscale: #919191. Windows color (decimal): -8018865 or 5219461. OLE color: 5219461.
HSL color Cylindrical-coordinate representation of color #85A44F: hue angle of 81.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85A44F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 79 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.36 |
| HSL | 81.88º | 0.35% | 0.48% | - |
| HSV(B) | 81.88º | 0.52% | 0.64% | - |
| XYZ | 24.36 | 32.1 | 12.31 | - |
| YUV | 145.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 79 | 0.19 | 0 | 0.52 | 0.36 | 81.88 | 0.35 | 0.48 |
| Hex | 85 | A4 | 4F | 13 | 0 | 34 | 24 | 52 | 23 | 30 |
| Octal | 205 | 244 | 117 | 23 | 0 | 64 | 44 | 122 | 43 | 60 |
| Binary | 10000101 | 10100100 | 1001111 | 10011 | 0 | 110100 | 100100 | 1010010 | 100011 | 110000 |
Color Harmonies of #85A44F
Complementary color
Monochromatic Colors of #85A44F
Black with #85A44F
Text Example
Text Example
White with #85A44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A44F; }
p { color: rgb(133,164,79); }
H1.HeaderClassName
{
color: #85A44F;
}
.AnyTagClassName
{
color: #85A44F;
}
</style>
background-color css
<style>
a { background-color: #85A44F; }
a { background-color: rgb(133,164,79); }
div.DivClassName
{
background-color: #85A44F;
}
.BgClassName
{
background-color: #85A44F;
}
</style>
border-color css
<style>
span { border-color: #85A44F; }
span { border-color: rgb(133,164,79); }
td.TdClassName
{
border-color: #85A44F;
}
.TagClassName
{
border-color: #85A44F;
}
</style>