Shades of Chelsea Cucumber #85B444
Tints of Chelsea Cucumber #85B444
RGB
CMYK
RGB Variations
Color information
#85B444 (or 0x85B444) is known color: Chelsea Cucumber. HEX triplet: 85, B4 and 44. RGB value is (133,180,68). Sum of RGB (Red+Green+Blue) = 133+180+68=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #85B444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B444 is #7A4BBB. Grayscale: #999999. Windows color (decimal): -8014780 or 4502661. OLE color: 4502661.
HSL color Cylindrical-coordinate representation of color #85B444: hue angle of 85.18º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85B444 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 68 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.29 |
| HSL | 85.18º | 0.45% | 0.49% | - |
| HSV(B) | 85.18º | 0.62% | 0.71% | - |
| XYZ | 27.04 | 38.05 | 11.39 | - |
| YUV | 153.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 68 | 0.26 | 0 | 0.62 | 0.29 | 85.18 | 0.45 | 0.49 |
| Hex | 85 | B4 | 44 | 1A | 0 | 3E | 1D | 55 | 2D | 31 |
| Octal | 205 | 264 | 104 | 32 | 0 | 76 | 35 | 125 | 55 | 61 |
| Binary | 10000101 | 10110100 | 1000100 | 11010 | 0 | 111110 | 11101 | 1010101 | 101101 | 110001 |
Color Harmonies of #85B444
Complementary color
Monochromatic Colors of #85B444
Black with #85B444
Text Example
Text Example
White with #85B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B444; }
p { color: rgb(133,180,68); }
H1.HeaderClassName
{
color: #85B444;
}
.AnyTagClassName
{
color: #85B444;
}
</style>
background-color css
<style>
a { background-color: #85B444; }
a { background-color: rgb(133,180,68); }
div.DivClassName
{
background-color: #85B444;
}
.BgClassName
{
background-color: #85B444;
}
</style>
border-color css
<style>
span { border-color: #85B444; }
span { border-color: rgb(133,180,68); }
td.TdClassName
{
border-color: #85B444;
}
.TagClassName
{
border-color: #85B444;
}
</style>