Shades of Chelsea Cucumber #849D52
Tints of Chelsea Cucumber #849D52
RGB
CMYK
RGB Variations
Color information
#849D52 (or 0x849D52) is known color: Chelsea Cucumber. HEX triplet: 84, 9D and 52. RGB value is (132,157,82). Sum of RGB (Red+Green+Blue) = 132+157+82=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #849D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D52 is #7B62AD. Grayscale: #8D8D8D. Windows color (decimal): -8086190 or 5414276. OLE color: 5414276.
HSL color Cylindrical-coordinate representation of color #849D52: hue angle of 80º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849D52 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 82 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.38 |
| HSL | 80º | 0.31% | 0.47% | - |
| HSV(B) | 80º | 0.48% | 0.62% | - |
| XYZ | 23.1 | 29.63 | 12.48 | - |
| YUV | 140.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 82 | 0.16 | 0 | 0.48 | 0.38 | 80 | 0.31 | 0.47 |
| Hex | 84 | 9D | 52 | 10 | 0 | 30 | 26 | 50 | 1F | 2F |
| Octal | 204 | 235 | 122 | 20 | 0 | 60 | 46 | 120 | 37 | 57 |
| Binary | 10000100 | 10011101 | 1010010 | 10000 | 0 | 110000 | 100110 | 1010000 | 11111 | 101111 |
Color Harmonies of #849D52
Complementary color
Monochromatic Colors of #849D52
Black with #849D52
Text Example
Text Example
White with #849D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D52; }
p { color: rgb(132,157,82); }
H1.HeaderClassName
{
color: #849D52;
}
.AnyTagClassName
{
color: #849D52;
}
</style>
background-color css
<style>
a { background-color: #849D52; }
a { background-color: rgb(132,157,82); }
div.DivClassName
{
background-color: #849D52;
}
.BgClassName
{
background-color: #849D52;
}
</style>
border-color css
<style>
span { border-color: #849D52; }
span { border-color: rgb(132,157,82); }
td.TdClassName
{
border-color: #849D52;
}
.TagClassName
{
border-color: #849D52;
}
</style>