Shades of Chelsea Cucumber #849F63
Tints of Chelsea Cucumber #849F63
RGB
CMYK
RGB Variations
Color information
#849F63 (or 0x849F63) is known color: Chelsea Cucumber. HEX triplet: 84, 9F and 63. RGB value is (132,159,99). Sum of RGB (Red+Green+Blue) = 132+159+99=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #849F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F63 is #7B609C. Grayscale: #909090. Windows color (decimal): -8085661 or 6528900. OLE color: 6528900.
HSL color Cylindrical-coordinate representation of color #849F63: hue angle of 87º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849F63 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 99 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.38 |
| HSL | 87º | 0.24% | 0.51% | - |
| HSV(B) | 87º | 0.38% | 0.62% | - |
| XYZ | 24.17 | 30.6 | 16.44 | - |
| YUV | 144.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 99 | 0.17 | 0 | 0.38 | 0.38 | 87 | 0.24 | 0.51 |
| Hex | 84 | 9F | 63 | 11 | 0 | 26 | 26 | 57 | 18 | 33 |
| Octal | 204 | 237 | 143 | 21 | 0 | 46 | 46 | 127 | 30 | 63 |
| Binary | 10000100 | 10011111 | 1100011 | 10001 | 0 | 100110 | 100110 | 1010111 | 11000 | 110011 |
Color Harmonies of #849F63
Complementary color
Monochromatic Colors of #849F63
Black with #849F63
Text Example
Text Example
White with #849F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F63; }
p { color: rgb(132,159,99); }
H1.HeaderClassName
{
color: #849F63;
}
.AnyTagClassName
{
color: #849F63;
}
</style>
background-color css
<style>
a { background-color: #849F63; }
a { background-color: rgb(132,159,99); }
div.DivClassName
{
background-color: #849F63;
}
.BgClassName
{
background-color: #849F63;
}
</style>
border-color css
<style>
span { border-color: #849F63; }
span { border-color: rgb(132,159,99); }
td.TdClassName
{
border-color: #849F63;
}
.TagClassName
{
border-color: #849F63;
}
</style>