Shades of Chelsea Cucumber #849F57
Tints of Chelsea Cucumber #849F57
RGB
CMYK
RGB Variations
Color information
#849F57 (or 0x849F57) is known color: Chelsea Cucumber. HEX triplet: 84, 9F and 57. RGB value is (132,159,87). Sum of RGB (Red+Green+Blue) = 132+159+87=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #849F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F57 is #7B60A8. Grayscale: #8E8E8E. Windows color (decimal): -8085673 or 5742468. OLE color: 5742468.
HSL color Cylindrical-coordinate representation of color #849F57: hue angle of 82.5º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849F57 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 87 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.38 |
| HSL | 82.5º | 0.29% | 0.48% | - |
| HSV(B) | 82.5º | 0.45% | 0.62% | - |
| XYZ | 23.63 | 30.39 | 13.64 | - |
| YUV | 142.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 87 | 0.17 | 0 | 0.45 | 0.38 | 82.5 | 0.29 | 0.48 |
| Hex | 84 | 9F | 57 | 11 | 0 | 2D | 26 | 52 | 1D | 30 |
| Octal | 204 | 237 | 127 | 21 | 0 | 55 | 46 | 122 | 35 | 60 |
| Binary | 10000100 | 10011111 | 1010111 | 10001 | 0 | 101101 | 100110 | 1010010 | 11101 | 110000 |
Color Harmonies of #849F57
Complementary color
Monochromatic Colors of #849F57
Black with #849F57
Text Example
Text Example
White with #849F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F57; }
p { color: rgb(132,159,87); }
H1.HeaderClassName
{
color: #849F57;
}
.AnyTagClassName
{
color: #849F57;
}
</style>
background-color css
<style>
a { background-color: #849F57; }
a { background-color: rgb(132,159,87); }
div.DivClassName
{
background-color: #849F57;
}
.BgClassName
{
background-color: #849F57;
}
</style>
border-color css
<style>
span { border-color: #849F57; }
span { border-color: rgb(132,159,87); }
td.TdClassName
{
border-color: #849F57;
}
.TagClassName
{
border-color: #849F57;
}
</style>