Shades of Chelsea Cucumber #84B251
Tints of Chelsea Cucumber #84B251
RGB
CMYK
RGB Variations
Color information
#84B251 (or 0x84B251) is known color: Chelsea Cucumber. HEX triplet: 84, B2 and 51. RGB value is (132,178,81). Sum of RGB (Red+Green+Blue) = 132+178+81=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #84B251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B251 is #7B4DAE. Grayscale: #999999. Windows color (decimal): -8080815 or 5354116. OLE color: 5354116.
HSL color Cylindrical-coordinate representation of color #84B251: hue angle of 88.45º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84B251 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 81 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.30 |
| HSL | 88.45º | 0.39% | 0.51% | - |
| HSV(B) | 88.45º | 0.54% | 0.7% | - |
| XYZ | 26.92 | 37.34 | 13.57 | - |
| YUV | 153.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 81 | 0.26 | 0 | 0.54 | 0.30 | 88.45 | 0.39 | 0.51 |
| Hex | 84 | B2 | 51 | 1A | 0 | 36 | 1E | 58 | 27 | 33 |
| Octal | 204 | 262 | 121 | 32 | 0 | 66 | 36 | 130 | 47 | 63 |
| Binary | 10000100 | 10110010 | 1010001 | 11010 | 0 | 110110 | 11110 | 1011000 | 100111 | 110011 |
Color Harmonies of #84B251
Complementary color
Monochromatic Colors of #84B251
Black with #84B251
Text Example
Text Example
White with #84B251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B251; }
p { color: rgb(132,178,81); }
H1.HeaderClassName
{
color: #84B251;
}
.AnyTagClassName
{
color: #84B251;
}
</style>
background-color css
<style>
a { background-color: #84B251; }
a { background-color: rgb(132,178,81); }
div.DivClassName
{
background-color: #84B251;
}
.BgClassName
{
background-color: #84B251;
}
</style>
border-color css
<style>
span { border-color: #84B251; }
span { border-color: rgb(132,178,81); }
td.TdClassName
{
border-color: #84B251;
}
.TagClassName
{
border-color: #84B251;
}
</style>