Shades of Chelsea Cucumber #85B44D
Tints of Chelsea Cucumber #85B44D
RGB
CMYK
RGB Variations
Color information
#85B44D (or 0x85B44D) is known color: Chelsea Cucumber. HEX triplet: 85, B4 and 4D. RGB value is (133,180,77). Sum of RGB (Red+Green+Blue) = 133+180+77=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #85B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B44D is #7A4BB2. Grayscale: #9A9A9A. Windows color (decimal): -8014771 or 5092485. OLE color: 5092485.
HSL color Cylindrical-coordinate representation of color #85B44D: hue angle of 87.38º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85B44D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 77 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.29 |
| HSL | 87.38º | 0.41% | 0.5% | - |
| HSV(B) | 87.38º | 0.57% | 0.71% | - |
| XYZ | 27.33 | 38.16 | 12.95 | - |
| YUV | 154.21 | 84.43 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 77 | 0.26 | 0 | 0.57 | 0.29 | 87.38 | 0.41 | 0.5 |
| Hex | 85 | B4 | 4D | 1A | 0 | 39 | 1D | 57 | 29 | 32 |
| Octal | 205 | 264 | 115 | 32 | 0 | 71 | 35 | 127 | 51 | 62 |
| Binary | 10000101 | 10110100 | 1001101 | 11010 | 0 | 111001 | 11101 | 1010111 | 101001 | 110010 |
Color Harmonies of #85B44D
Complementary color
Monochromatic Colors of #85B44D
Black with #85B44D
Text Example
Text Example
White with #85B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B44D; }
p { color: rgb(133,180,77); }
H1.HeaderClassName
{
color: #85B44D;
}
.AnyTagClassName
{
color: #85B44D;
}
</style>
background-color css
<style>
a { background-color: #85B44D; }
a { background-color: rgb(133,180,77); }
div.DivClassName
{
background-color: #85B44D;
}
.BgClassName
{
background-color: #85B44D;
}
</style>
border-color css
<style>
span { border-color: #85B44D; }
span { border-color: rgb(133,180,77); }
td.TdClassName
{
border-color: #85B44D;
}
.TagClassName
{
border-color: #85B44D;
}
</style>