Shades of Chelsea Cucumber #84B254
Tints of Chelsea Cucumber #84B254
RGB
CMYK
RGB Variations
Color information
#84B254 (or 0x84B254) is known color: Chelsea Cucumber. HEX triplet: 84, B2 and 54. RGB value is (132,178,84). Sum of RGB (Red+Green+Blue) = 132+178+84=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #84B254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B254 is #7B4DAB. Grayscale: #999999. Windows color (decimal): -8080812 or 5550724. OLE color: 5550724.
HSL color Cylindrical-coordinate representation of color #84B254: hue angle of 89.36º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84B254 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 84 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.30 |
| HSL | 89.36º | 0.38% | 0.51% | - |
| HSV(B) | 89.36º | 0.53% | 0.7% | - |
| XYZ | 27.04 | 37.39 | 14.18 | - |
| YUV | 153.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 84 | 0.26 | 0 | 0.53 | 0.30 | 89.36 | 0.38 | 0.51 |
| Hex | 84 | B2 | 54 | 1A | 0 | 35 | 1E | 59 | 26 | 33 |
| Octal | 204 | 262 | 124 | 32 | 0 | 65 | 36 | 131 | 46 | 63 |
| Binary | 10000100 | 10110010 | 1010100 | 11010 | 0 | 110101 | 11110 | 1011001 | 100110 | 110011 |
Color Harmonies of #84B254
Complementary color
Monochromatic Colors of #84B254
Black with #84B254
Text Example
Text Example
White with #84B254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B254; }
p { color: rgb(132,178,84); }
H1.HeaderClassName
{
color: #84B254;
}
.AnyTagClassName
{
color: #84B254;
}
</style>
background-color css
<style>
a { background-color: #84B254; }
a { background-color: rgb(132,178,84); }
div.DivClassName
{
background-color: #84B254;
}
.BgClassName
{
background-color: #84B254;
}
</style>
border-color css
<style>
span { border-color: #84B254; }
span { border-color: rgb(132,178,84); }
td.TdClassName
{
border-color: #84B254;
}
.TagClassName
{
border-color: #84B254;
}
</style>