Shades of Chelsea Cucumber #85A446
Tints of Chelsea Cucumber #85A446
RGB
CMYK
RGB Variations
Color information
#85A446 (or 0x85A446) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 46. RGB value is (133,164,70). Sum of RGB (Red+Green+Blue) = 133+164+70=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #85A446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A446 is #7A5BB9. Grayscale: #909090. Windows color (decimal): -8018874 or 4629637. OLE color: 4629637.
HSL color Cylindrical-coordinate representation of color #85A446: hue angle of 79.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85A446 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 70 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.36 |
| HSL | 79.79º | 0.4% | 0.46% | - |
| HSV(B) | 79.79º | 0.57% | 0.64% | - |
| XYZ | 24.05 | 31.98 | 10.7 | - |
| YUV | 144.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 70 | 0.19 | 0 | 0.57 | 0.36 | 79.79 | 0.4 | 0.46 |
| Hex | 85 | A4 | 46 | 13 | 0 | 39 | 24 | 50 | 28 | 2E |
| Octal | 205 | 244 | 106 | 23 | 0 | 71 | 44 | 120 | 50 | 56 |
| Binary | 10000101 | 10100100 | 1000110 | 10011 | 0 | 111001 | 100100 | 1010000 | 101000 | 101110 |
Color Harmonies of #85A446
Complementary color
Monochromatic Colors of #85A446
Black with #85A446
Text Example
Text Example
White with #85A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A446; }
p { color: rgb(133,164,70); }
H1.HeaderClassName
{
color: #85A446;
}
.AnyTagClassName
{
color: #85A446;
}
</style>
background-color css
<style>
a { background-color: #85A446; }
a { background-color: rgb(133,164,70); }
div.DivClassName
{
background-color: #85A446;
}
.BgClassName
{
background-color: #85A446;
}
</style>
border-color css
<style>
span { border-color: #85A446; }
span { border-color: rgb(133,164,70); }
td.TdClassName
{
border-color: #85A446;
}
.TagClassName
{
border-color: #85A446;
}
</style>