Shades of Chelsea Cucumber #84A153
Tints of Chelsea Cucumber #84A153
RGB
CMYK
RGB Variations
Color information
#84A153 (or 0x84A153) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 53. RGB value is (132,161,83). Sum of RGB (Red+Green+Blue) = 132+161+83=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #84A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A153 is #7B5EAC. Grayscale: #8F8F8F. Windows color (decimal): -8085165 or 5480836. OLE color: 5480836.
HSL color Cylindrical-coordinate representation of color #84A153: hue angle of 82.31º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A153 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 83 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.37 |
| HSL | 82.31º | 0.32% | 0.48% | - |
| HSV(B) | 82.31º | 0.48% | 0.63% | - |
| XYZ | 23.82 | 31.02 | 12.92 | - |
| YUV | 143.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 83 | 0.18 | 0 | 0.48 | 0.37 | 82.31 | 0.32 | 0.48 |
| Hex | 84 | A1 | 53 | 12 | 0 | 30 | 25 | 52 | 20 | 30 |
| Octal | 204 | 241 | 123 | 22 | 0 | 60 | 45 | 122 | 40 | 60 |
| Binary | 10000100 | 10100001 | 1010011 | 10010 | 0 | 110000 | 100101 | 1010010 | 100000 | 110000 |
Color Harmonies of #84A153
Complementary color
Monochromatic Colors of #84A153
Black with #84A153
Text Example
Text Example
White with #84A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A153; }
p { color: rgb(132,161,83); }
H1.HeaderClassName
{
color: #84A153;
}
.AnyTagClassName
{
color: #84A153;
}
</style>
background-color css
<style>
a { background-color: #84A153; }
a { background-color: rgb(132,161,83); }
div.DivClassName
{
background-color: #84A153;
}
.BgClassName
{
background-color: #84A153;
}
</style>
border-color css
<style>
span { border-color: #84A153; }
span { border-color: rgb(132,161,83); }
td.TdClassName
{
border-color: #84A153;
}
.TagClassName
{
border-color: #84A153;
}
</style>