Shades of Chelsea Cucumber #85A947
Tints of Chelsea Cucumber #85A947
RGB
CMYK
RGB Variations
Color information
#85A947 (or 0x85A947) is known color: Chelsea Cucumber. HEX triplet: 85, A9 and 47. RGB value is (133,169,71). Sum of RGB (Red+Green+Blue) = 133+169+71=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #85A947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A947 is #7A56B8. Grayscale: #939393. Windows color (decimal): -8017593 or 4696453. OLE color: 4696453.
HSL color Cylindrical-coordinate representation of color #85A947: hue angle of 82.04º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85A947 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 169 | 71 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.34 |
| HSL | 82.04º | 0.41% | 0.47% | - |
| HSV(B) | 82.04º | 0.58% | 0.66% | - |
| XYZ | 25 | 33.82 | 11.17 | - |
| YUV | 147.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 71 | 0.21 | 0 | 0.58 | 0.34 | 82.04 | 0.41 | 0.47 |
| Hex | 85 | A9 | 47 | 15 | 0 | 3A | 22 | 52 | 29 | 2F |
| Octal | 205 | 251 | 107 | 25 | 0 | 72 | 42 | 122 | 51 | 57 |
| Binary | 10000101 | 10101001 | 1000111 | 10101 | 0 | 111010 | 100010 | 1010010 | 101001 | 101111 |
Color Harmonies of #85A947
Complementary color
Monochromatic Colors of #85A947
Black with #85A947
Text Example
Text Example
White with #85A947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A947; }
p { color: rgb(133,169,71); }
H1.HeaderClassName
{
color: #85A947;
}
.AnyTagClassName
{
color: #85A947;
}
</style>
background-color css
<style>
a { background-color: #85A947; }
a { background-color: rgb(133,169,71); }
div.DivClassName
{
background-color: #85A947;
}
.BgClassName
{
background-color: #85A947;
}
</style>
border-color css
<style>
span { border-color: #85A947; }
span { border-color: rgb(133,169,71); }
td.TdClassName
{
border-color: #85A947;
}
.TagClassName
{
border-color: #85A947;
}
</style>