Shades of Chelsea Cucumber #849C57
Tints of Chelsea Cucumber #849C57
RGB
CMYK
RGB Variations
Color information
#849C57 (or 0x849C57) is known color: Chelsea Cucumber. HEX triplet: 84, 9C and 57. RGB value is (132,156,87). Sum of RGB (Red+Green+Blue) = 132+156+87=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #849C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C57 is #7B63A8. Grayscale: #8D8D8D. Windows color (decimal): -8086441 or 5741700. OLE color: 5741700.
HSL color Cylindrical-coordinate representation of color #849C57: hue angle of 80.87º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849C57 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 87 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.39 |
| HSL | 80.87º | 0.28% | 0.48% | - |
| HSV(B) | 80.87º | 0.44% | 0.61% | - |
| XYZ | 23.12 | 29.37 | 13.47 | - |
| YUV | 140.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 87 | 0.15 | 0 | 0.44 | 0.39 | 80.87 | 0.28 | 0.48 |
| Hex | 84 | 9C | 57 | F | 0 | 2C | 27 | 51 | 1C | 30 |
| Octal | 204 | 234 | 127 | 17 | 0 | 54 | 47 | 121 | 34 | 60 |
| Binary | 10000100 | 10011100 | 1010111 | 1111 | 0 | 101100 | 100111 | 1010001 | 11100 | 110000 |
Color Harmonies of #849C57
Complementary color
Monochromatic Colors of #849C57
Black with #849C57
Text Example
Text Example
White with #849C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C57; }
p { color: rgb(132,156,87); }
H1.HeaderClassName
{
color: #849C57;
}
.AnyTagClassName
{
color: #849C57;
}
</style>
background-color css
<style>
a { background-color: #849C57; }
a { background-color: rgb(132,156,87); }
div.DivClassName
{
background-color: #849C57;
}
.BgClassName
{
background-color: #849C57;
}
</style>
border-color css
<style>
span { border-color: #849C57; }
span { border-color: rgb(132,156,87); }
td.TdClassName
{
border-color: #849C57;
}
.TagClassName
{
border-color: #849C57;
}
</style>