Shades of Chelsea Cucumber #84B054
Tints of Chelsea Cucumber #84B054
RGB
CMYK
RGB Variations
Color information
#84B054 (or 0x84B054) is known color: Chelsea Cucumber. HEX triplet: 84, B0 and 54. RGB value is (132,176,84). Sum of RGB (Red+Green+Blue) = 132+176+84=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #84B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B054 is #7B4FAB. Grayscale: #989898. Windows color (decimal): -8081324 or 5550212. OLE color: 5550212.
HSL color Cylindrical-coordinate representation of color #84B054: hue angle of 88.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84B054 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 84 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.31 |
| HSL | 88.7º | 0.37% | 0.51% | - |
| HSV(B) | 88.7º | 0.52% | 0.69% | - |
| XYZ | 26.64 | 36.6 | 14.05 | - |
| YUV | 152.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 84 | 0.25 | 0 | 0.52 | 0.31 | 88.7 | 0.37 | 0.51 |
| Hex | 84 | B0 | 54 | 19 | 0 | 34 | 1F | 59 | 25 | 33 |
| Octal | 204 | 260 | 124 | 31 | 0 | 64 | 37 | 131 | 45 | 63 |
| Binary | 10000100 | 10110000 | 1010100 | 11001 | 0 | 110100 | 11111 | 1011001 | 100101 | 110011 |
Color Harmonies of #84B054
Complementary color
Monochromatic Colors of #84B054
Black with #84B054
Text Example
Text Example
White with #84B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B054; }
p { color: rgb(132,176,84); }
H1.HeaderClassName
{
color: #84B054;
}
.AnyTagClassName
{
color: #84B054;
}
</style>
background-color css
<style>
a { background-color: #84B054; }
a { background-color: rgb(132,176,84); }
div.DivClassName
{
background-color: #84B054;
}
.BgClassName
{
background-color: #84B054;
}
</style>
border-color css
<style>
span { border-color: #84B054; }
span { border-color: rgb(132,176,84); }
td.TdClassName
{
border-color: #84B054;
}
.TagClassName
{
border-color: #84B054;
}
</style>