Shades of Chelsea Cucumber #849C4D
Tints of Chelsea Cucumber #849C4D
RGB
CMYK
RGB Variations
Color information
#849C4D (or 0x849C4D) is known color: Chelsea Cucumber. HEX triplet: 84, 9C and 4D. RGB value is (132,156,77). Sum of RGB (Red+Green+Blue) = 132+156+77=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #849C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C4D is #7B63B2. Grayscale: #8C8C8C. Windows color (decimal): -8086451 or 5086340. OLE color: 5086340.
HSL color Cylindrical-coordinate representation of color #849C4D: hue angle of 78.23º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #849C4D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 77 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.39 |
| HSL | 78.23º | 0.34% | 0.46% | - |
| HSV(B) | 78.23º | 0.51% | 0.61% | - |
| XYZ | 22.74 | 29.22 | 11.46 | - |
| YUV | 139.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 77 | 0.15 | 0 | 0.51 | 0.39 | 78.23 | 0.34 | 0.46 |
| Hex | 84 | 9C | 4D | F | 0 | 33 | 27 | 4E | 22 | 2E |
| Octal | 204 | 234 | 115 | 17 | 0 | 63 | 47 | 116 | 42 | 56 |
| Binary | 10000100 | 10011100 | 1001101 | 1111 | 0 | 110011 | 100111 | 1001110 | 100010 | 101110 |
Color Harmonies of #849C4D
Complementary color
Monochromatic Colors of #849C4D
Black with #849C4D
Text Example
Text Example
White with #849C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C4D; }
p { color: rgb(132,156,77); }
H1.HeaderClassName
{
color: #849C4D;
}
.AnyTagClassName
{
color: #849C4D;
}
</style>
background-color css
<style>
a { background-color: #849C4D; }
a { background-color: rgb(132,156,77); }
div.DivClassName
{
background-color: #849C4D;
}
.BgClassName
{
background-color: #849C4D;
}
</style>
border-color css
<style>
span { border-color: #849C4D; }
span { border-color: rgb(132,156,77); }
td.TdClassName
{
border-color: #849C4D;
}
.TagClassName
{
border-color: #849C4D;
}
</style>