Shades of Chelsea Cucumber #849C4C
Tints of Chelsea Cucumber #849C4C
RGB
CMYK
RGB Variations
Color information
#849C4C (or 0x849C4C) is known color: Chelsea Cucumber. HEX triplet: 84, 9C and 4C. RGB value is (132,156,76). Sum of RGB (Red+Green+Blue) = 132+156+76=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #849C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C4C is #7B63B3. Grayscale: #8C8C8C. Windows color (decimal): -8086452 or 5020804. OLE color: 5020804.
HSL color Cylindrical-coordinate representation of color #849C4C: hue angle of 78º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #849C4C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 76 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.39 |
| HSL | 78º | 0.34% | 0.45% | - |
| HSV(B) | 78º | 0.51% | 0.61% | - |
| XYZ | 22.71 | 29.2 | 11.28 | - |
| YUV | 139.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 76 | 0.15 | 0 | 0.51 | 0.39 | 78 | 0.34 | 0.45 |
| Hex | 84 | 9C | 4C | F | 0 | 33 | 27 | 4E | 22 | 2D |
| Octal | 204 | 234 | 114 | 17 | 0 | 63 | 47 | 116 | 42 | 55 |
| Binary | 10000100 | 10011100 | 1001100 | 1111 | 0 | 110011 | 100111 | 1001110 | 100010 | 101101 |
Color Harmonies of #849C4C
Complementary color
Monochromatic Colors of #849C4C
Black with #849C4C
Text Example
Text Example
White with #849C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C4C; }
p { color: rgb(132,156,76); }
H1.HeaderClassName
{
color: #849C4C;
}
.AnyTagClassName
{
color: #849C4C;
}
</style>
background-color css
<style>
a { background-color: #849C4C; }
a { background-color: rgb(132,156,76); }
div.DivClassName
{
background-color: #849C4C;
}
.BgClassName
{
background-color: #849C4C;
}
</style>
border-color css
<style>
span { border-color: #849C4C; }
span { border-color: rgb(132,156,76); }
td.TdClassName
{
border-color: #849C4C;
}
.TagClassName
{
border-color: #849C4C;
}
</style>