Shades of Chelsea Cucumber #84A150
Tints of Chelsea Cucumber #84A150
RGB
CMYK
RGB Variations
Color information
#84A150 (or 0x84A150) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 50. RGB value is (132,161,80). Sum of RGB (Red+Green+Blue) = 132+161+80=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #84A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A150 is #7B5EAF. Grayscale: #8F8F8F. Windows color (decimal): -8085168 or 5284228. OLE color: 5284228.
HSL color Cylindrical-coordinate representation of color #84A150: hue angle of 81.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84A150 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 80 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.37 |
| HSL | 81.48º | 0.34% | 0.47% | - |
| HSV(B) | 81.48º | 0.5% | 0.63% | - |
| XYZ | 23.71 | 30.97 | 12.32 | - |
| YUV | 143.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 80 | 0.18 | 0 | 0.50 | 0.37 | 81.48 | 0.34 | 0.47 |
| Hex | 84 | A1 | 50 | 12 | 0 | 32 | 25 | 51 | 22 | 2F |
| Octal | 204 | 241 | 120 | 22 | 0 | 62 | 45 | 121 | 42 | 57 |
| Binary | 10000100 | 10100001 | 1010000 | 10010 | 0 | 110010 | 100101 | 1010001 | 100010 | 101111 |
Color Harmonies of #84A150
Complementary color
Monochromatic Colors of #84A150
Black with #84A150
Text Example
Text Example
White with #84A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A150; }
p { color: rgb(132,161,80); }
H1.HeaderClassName
{
color: #84A150;
}
.AnyTagClassName
{
color: #84A150;
}
</style>
background-color css
<style>
a { background-color: #84A150; }
a { background-color: rgb(132,161,80); }
div.DivClassName
{
background-color: #84A150;
}
.BgClassName
{
background-color: #84A150;
}
</style>
border-color css
<style>
span { border-color: #84A150; }
span { border-color: rgb(132,161,80); }
td.TdClassName
{
border-color: #84A150;
}
.TagClassName
{
border-color: #84A150;
}
</style>