Shades of Chelsea Cucumber #849C5E
Tints of Chelsea Cucumber #849C5E
RGB
CMYK
RGB Variations
Color information
#849C5E (or 0x849C5E) is known color: Chelsea Cucumber. HEX triplet: 84, 9C and 5E. RGB value is (132,156,94). Sum of RGB (Red+Green+Blue) = 132+156+94=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #849C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C5E is #7B63A1. Grayscale: #8D8D8D. Windows color (decimal): -8086434 or 6200452. OLE color: 6200452.
HSL color Cylindrical-coordinate representation of color #849C5E: hue angle of 83.23º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849C5E is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 94 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.39 |
| HSL | 83.23º | 0.25% | 0.49% | - |
| HSV(B) | 83.23º | 0.4% | 0.61% | - |
| XYZ | 23.42 | 29.49 | 15.05 | - |
| YUV | 141.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 94 | 0.15 | 0 | 0.40 | 0.39 | 83.23 | 0.25 | 0.49 |
| Hex | 84 | 9C | 5E | F | 0 | 28 | 27 | 53 | 19 | 31 |
| Octal | 204 | 234 | 136 | 17 | 0 | 50 | 47 | 123 | 31 | 61 |
| Binary | 10000100 | 10011100 | 1011110 | 1111 | 0 | 101000 | 100111 | 1010011 | 11001 | 110001 |
Color Harmonies of #849C5E
Complementary color
Monochromatic Colors of #849C5E
Black with #849C5E
Text Example
Text Example
White with #849C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C5E; }
p { color: rgb(132,156,94); }
H1.HeaderClassName
{
color: #849C5E;
}
.AnyTagClassName
{
color: #849C5E;
}
</style>
background-color css
<style>
a { background-color: #849C5E; }
a { background-color: rgb(132,156,94); }
div.DivClassName
{
background-color: #849C5E;
}
.BgClassName
{
background-color: #849C5E;
}
</style>
border-color css
<style>
span { border-color: #849C5E; }
span { border-color: rgb(132,156,94); }
td.TdClassName
{
border-color: #849C5E;
}
.TagClassName
{
border-color: #849C5E;
}
</style>