Shades of Chelsea Cucumber #84A248
Tints of Chelsea Cucumber #84A248
RGB
CMYK
RGB Variations
Color information
#84A248 (or 0x84A248) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 48. RGB value is (132,162,72). Sum of RGB (Red+Green+Blue) = 132+162+72=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #84A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A248 is #7B5DB7. Grayscale: #8F8F8F. Windows color (decimal): -8084920 or 4760196. OLE color: 4760196.
HSL color Cylindrical-coordinate representation of color #84A248: hue angle of 80º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84A248 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 72 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.36 |
| HSL | 80º | 0.38% | 0.46% | - |
| HSV(B) | 80º | 0.56% | 0.64% | - |
| XYZ | 23.61 | 31.21 | 10.91 | - |
| YUV | 142.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 72 | 0.19 | 0 | 0.56 | 0.36 | 80 | 0.38 | 0.46 |
| Hex | 84 | A2 | 48 | 13 | 0 | 38 | 24 | 50 | 26 | 2E |
| Octal | 204 | 242 | 110 | 23 | 0 | 70 | 44 | 120 | 46 | 56 |
| Binary | 10000100 | 10100010 | 1001000 | 10011 | 0 | 111000 | 100100 | 1010000 | 100110 | 101110 |
Color Harmonies of #84A248
Complementary color
Monochromatic Colors of #84A248
Black with #84A248
Text Example
Text Example
White with #84A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A248; }
p { color: rgb(132,162,72); }
H1.HeaderClassName
{
color: #84A248;
}
.AnyTagClassName
{
color: #84A248;
}
</style>
background-color css
<style>
a { background-color: #84A248; }
a { background-color: rgb(132,162,72); }
div.DivClassName
{
background-color: #84A248;
}
.BgClassName
{
background-color: #84A248;
}
</style>
border-color css
<style>
span { border-color: #84A248; }
span { border-color: rgb(132,162,72); }
td.TdClassName
{
border-color: #84A248;
}
.TagClassName
{
border-color: #84A248;
}
</style>