Shades of Chelsea Cucumber #85A94C
Tints of Chelsea Cucumber #85A94C
RGB
CMYK
RGB Variations
Color information
#85A94C (or 0x85A94C) is known color: Chelsea Cucumber. HEX triplet: 85, A9 and 4C. RGB value is (133,169,76). Sum of RGB (Red+Green+Blue) = 133+169+76=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #85A94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A94C is #7A56B3. Grayscale: #939393. Windows color (decimal): -8017588 or 5024133. OLE color: 5024133.
HSL color Cylindrical-coordinate representation of color #85A94C: hue angle of 83.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85A94C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 169 | 76 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.34 |
| HSL | 83.23º | 0.38% | 0.48% | - |
| HSV(B) | 83.23º | 0.55% | 0.66% | - |
| XYZ | 25.17 | 33.88 | 12.05 | - |
| YUV | 147.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 76 | 0.21 | 0 | 0.55 | 0.34 | 83.23 | 0.38 | 0.48 |
| Hex | 85 | A9 | 4C | 15 | 0 | 37 | 22 | 53 | 26 | 30 |
| Octal | 205 | 251 | 114 | 25 | 0 | 67 | 42 | 123 | 46 | 60 |
| Binary | 10000101 | 10101001 | 1001100 | 10101 | 0 | 110111 | 100010 | 1010011 | 100110 | 110000 |
Color Harmonies of #85A94C
Complementary color
Monochromatic Colors of #85A94C
Black with #85A94C
Text Example
Text Example
White with #85A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A94C; }
p { color: rgb(133,169,76); }
H1.HeaderClassName
{
color: #85A94C;
}
.AnyTagClassName
{
color: #85A94C;
}
</style>
background-color css
<style>
a { background-color: #85A94C; }
a { background-color: rgb(133,169,76); }
div.DivClassName
{
background-color: #85A94C;
}
.BgClassName
{
background-color: #85A94C;
}
</style>
border-color css
<style>
span { border-color: #85A94C; }
span { border-color: rgb(133,169,76); }
td.TdClassName
{
border-color: #85A94C;
}
.TagClassName
{
border-color: #85A94C;
}
</style>