Shades of Chelsea Cucumber #849D5B
Tints of Chelsea Cucumber #849D5B
RGB
CMYK
RGB Variations
Color information
#849D5B (or 0x849D5B) is known color: Chelsea Cucumber. HEX triplet: 84, 9D and 5B. RGB value is (132,157,91). Sum of RGB (Red+Green+Blue) = 132+157+91=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #849D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D5B is #7B62A4. Grayscale: #8E8E8E. Windows color (decimal): -8086181 or 6004100. OLE color: 6004100.
HSL color Cylindrical-coordinate representation of color #849D5B: hue angle of 82.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #849D5B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 91 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.38 |
| HSL | 82.73º | 0.27% | 0.49% | - |
| HSV(B) | 82.73º | 0.42% | 0.62% | - |
| XYZ | 23.46 | 29.77 | 14.41 | - |
| YUV | 142 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 91 | 0.16 | 0 | 0.42 | 0.38 | 82.73 | 0.27 | 0.49 |
| Hex | 84 | 9D | 5B | 10 | 0 | 2A | 26 | 53 | 1B | 31 |
| Octal | 204 | 235 | 133 | 20 | 0 | 52 | 46 | 123 | 33 | 61 |
| Binary | 10000100 | 10011101 | 1011011 | 10000 | 0 | 101010 | 100110 | 1010011 | 11011 | 110001 |
Color Harmonies of #849D5B
Complementary color
Monochromatic Colors of #849D5B
Black with #849D5B
Text Example
Text Example
White with #849D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D5B; }
p { color: rgb(132,157,91); }
H1.HeaderClassName
{
color: #849D5B;
}
.AnyTagClassName
{
color: #849D5B;
}
</style>
background-color css
<style>
a { background-color: #849D5B; }
a { background-color: rgb(132,157,91); }
div.DivClassName
{
background-color: #849D5B;
}
.BgClassName
{
background-color: #849D5B;
}
</style>
border-color css
<style>
span { border-color: #849D5B; }
span { border-color: rgb(132,157,91); }
td.TdClassName
{
border-color: #849D5B;
}
.TagClassName
{
border-color: #849D5B;
}
</style>