Shades of Chelsea Cucumber #849F48
Tints of Chelsea Cucumber #849F48
RGB
CMYK
RGB Variations
Color information
#849F48 (or 0x849F48) is known color: Chelsea Cucumber. HEX triplet: 84, 9F and 48. RGB value is (132,159,72). Sum of RGB (Red+Green+Blue) = 132+159+72=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #849F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849F48 is #7B60B7. Grayscale: #8D8D8D. Windows color (decimal): -8085688 or 4759428. OLE color: 4759428.
HSL color Cylindrical-coordinate representation of color #849F48: hue angle of 78.62º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #849F48 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 72 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.38 |
| HSL | 78.62º | 0.38% | 0.45% | - |
| HSV(B) | 78.62º | 0.55% | 0.62% | - |
| XYZ | 23.08 | 30.17 | 10.74 | - |
| YUV | 141.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 72 | 0.17 | 0 | 0.55 | 0.38 | 78.62 | 0.38 | 0.45 |
| Hex | 84 | 9F | 48 | 11 | 0 | 37 | 26 | 4F | 26 | 2D |
| Octal | 204 | 237 | 110 | 21 | 0 | 67 | 46 | 117 | 46 | 55 |
| Binary | 10000100 | 10011111 | 1001000 | 10001 | 0 | 110111 | 100110 | 1001111 | 100110 | 101101 |
Color Harmonies of #849F48
Complementary color
Monochromatic Colors of #849F48
Black with #849F48
Text Example
Text Example
White with #849F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F48; }
p { color: rgb(132,159,72); }
H1.HeaderClassName
{
color: #849F48;
}
.AnyTagClassName
{
color: #849F48;
}
</style>
background-color css
<style>
a { background-color: #849F48; }
a { background-color: rgb(132,159,72); }
div.DivClassName
{
background-color: #849F48;
}
.BgClassName
{
background-color: #849F48;
}
</style>
border-color css
<style>
span { border-color: #849F48; }
span { border-color: rgb(132,159,72); }
td.TdClassName
{
border-color: #849F48;
}
.TagClassName
{
border-color: #849F48;
}
</style>