Shades of Chelsea Cucumber #85A650
Tints of Chelsea Cucumber #85A650
RGB
CMYK
RGB Variations
Color information
#85A650 (or 0x85A650) is known color: Chelsea Cucumber. HEX triplet: 85, A6 and 50. RGB value is (133,166,80). Sum of RGB (Red+Green+Blue) = 133+166+80=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #85A650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A650 is #7A59AF. Grayscale: #929292. Windows color (decimal): -8018352 or 5285509. OLE color: 5285509.
HSL color Cylindrical-coordinate representation of color #85A650: hue angle of 83.02º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85A650 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 80 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.35 |
| HSL | 83.02º | 0.35% | 0.48% | - |
| HSV(B) | 83.02º | 0.52% | 0.65% | - |
| XYZ | 24.76 | 32.84 | 12.62 | - |
| YUV | 146.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 80 | 0.20 | 0 | 0.52 | 0.35 | 83.02 | 0.35 | 0.48 |
| Hex | 85 | A6 | 50 | 14 | 0 | 34 | 23 | 53 | 23 | 30 |
| Octal | 205 | 246 | 120 | 24 | 0 | 64 | 43 | 123 | 43 | 60 |
| Binary | 10000101 | 10100110 | 1010000 | 10100 | 0 | 110100 | 100011 | 1010011 | 100011 | 110000 |
Color Harmonies of #85A650
Complementary color
Monochromatic Colors of #85A650
Black with #85A650
Text Example
Text Example
White with #85A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A650; }
p { color: rgb(133,166,80); }
H1.HeaderClassName
{
color: #85A650;
}
.AnyTagClassName
{
color: #85A650;
}
</style>
background-color css
<style>
a { background-color: #85A650; }
a { background-color: rgb(133,166,80); }
div.DivClassName
{
background-color: #85A650;
}
.BgClassName
{
background-color: #85A650;
}
</style>
border-color css
<style>
span { border-color: #85A650; }
span { border-color: rgb(133,166,80); }
td.TdClassName
{
border-color: #85A650;
}
.TagClassName
{
border-color: #85A650;
}
</style>