Shades of Chelsea Cucumber #84A151
Tints of Chelsea Cucumber #84A151
RGB
CMYK
RGB Variations
Color information
#84A151 (or 0x84A151) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 51. RGB value is (132,161,81). Sum of RGB (Red+Green+Blue) = 132+161+81=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #84A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A151 is #7B5EAE. Grayscale: #8F8F8F. Windows color (decimal): -8085167 or 5349764. OLE color: 5349764.
HSL color Cylindrical-coordinate representation of color #84A151: hue angle of 81.75º degrees, saturation: 0.33, 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 #84A151 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 81 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.37 |
| HSL | 81.75º | 0.33% | 0.47% | - |
| HSV(B) | 81.75º | 0.5% | 0.63% | - |
| XYZ | 23.75 | 30.99 | 12.51 | - |
| YUV | 143.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 81 | 0.18 | 0 | 0.50 | 0.37 | 81.75 | 0.33 | 0.47 |
| Hex | 84 | A1 | 51 | 12 | 0 | 32 | 25 | 52 | 21 | 2F |
| Octal | 204 | 241 | 121 | 22 | 0 | 62 | 45 | 122 | 41 | 57 |
| Binary | 10000100 | 10100001 | 1010001 | 10010 | 0 | 110010 | 100101 | 1010010 | 100001 | 101111 |
Color Harmonies of #84A151
Complementary color
Monochromatic Colors of #84A151
Black with #84A151
Text Example
Text Example
White with #84A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A151; }
p { color: rgb(132,161,81); }
H1.HeaderClassName
{
color: #84A151;
}
.AnyTagClassName
{
color: #84A151;
}
</style>
background-color css
<style>
a { background-color: #84A151; }
a { background-color: rgb(132,161,81); }
div.DivClassName
{
background-color: #84A151;
}
.BgClassName
{
background-color: #84A151;
}
</style>
border-color css
<style>
span { border-color: #84A151; }
span { border-color: rgb(132,161,81); }
td.TdClassName
{
border-color: #84A151;
}
.TagClassName
{
border-color: #84A151;
}
</style>