Shades of Chelsea Cucumber #84A458
Tints of Chelsea Cucumber #84A458
RGB
CMYK
RGB Variations
Color information
#84A458 (or 0x84A458) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 58. RGB value is (132,164,88). Sum of RGB (Red+Green+Blue) = 132+164+88=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #84A458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A458 is #7B5BA7. Grayscale: #929292. Windows color (decimal): -8084392 or 5809284. OLE color: 5809284.
HSL color Cylindrical-coordinate representation of color #84A458: hue angle of 85.26º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84A458 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 88 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.36 |
| HSL | 85.26º | 0.3% | 0.49% | - |
| HSV(B) | 85.26º | 0.46% | 0.64% | - |
| XYZ | 24.55 | 32.16 | 14.15 | - |
| YUV | 145.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 88 | 0.20 | 0 | 0.46 | 0.36 | 85.26 | 0.3 | 0.49 |
| Hex | 84 | A4 | 58 | 14 | 0 | 2E | 24 | 55 | 1E | 31 |
| Octal | 204 | 244 | 130 | 24 | 0 | 56 | 44 | 125 | 36 | 61 |
| Binary | 10000100 | 10100100 | 1011000 | 10100 | 0 | 101110 | 100100 | 1010101 | 11110 | 110001 |
Color Harmonies of #84A458
Complementary color
Monochromatic Colors of #84A458
Black with #84A458
Text Example
Text Example
White with #84A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A458; }
p { color: rgb(132,164,88); }
H1.HeaderClassName
{
color: #84A458;
}
.AnyTagClassName
{
color: #84A458;
}
</style>
background-color css
<style>
a { background-color: #84A458; }
a { background-color: rgb(132,164,88); }
div.DivClassName
{
background-color: #84A458;
}
.BgClassName
{
background-color: #84A458;
}
</style>
border-color css
<style>
span { border-color: #84A458; }
span { border-color: rgb(132,164,88); }
td.TdClassName
{
border-color: #84A458;
}
.TagClassName
{
border-color: #84A458;
}
</style>