Shades of Chelsea Cucumber #84A250
Tints of Chelsea Cucumber #84A250
RGB
CMYK
RGB Variations
Color information
#84A250 (or 0x84A250) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 50. RGB value is (132,162,80). Sum of RGB (Red+Green+Blue) = 132+162+80=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #84A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A250 is #7B5DAF. Grayscale: #8F8F8F. Windows color (decimal): -8084912 or 5284484. OLE color: 5284484.
HSL color Cylindrical-coordinate representation of color #84A250: hue angle of 81.95º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84A250 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 80 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.36 |
| HSL | 81.95º | 0.34% | 0.47% | - |
| HSV(B) | 81.95º | 0.51% | 0.64% | - |
| XYZ | 23.88 | 31.33 | 12.38 | - |
| YUV | 143.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 80 | 0.19 | 0 | 0.51 | 0.36 | 81.95 | 0.34 | 0.47 |
| Hex | 84 | A2 | 50 | 13 | 0 | 33 | 24 | 52 | 22 | 2F |
| Octal | 204 | 242 | 120 | 23 | 0 | 63 | 44 | 122 | 42 | 57 |
| Binary | 10000100 | 10100010 | 1010000 | 10011 | 0 | 110011 | 100100 | 1010010 | 100010 | 101111 |
Color Harmonies of #84A250
Complementary color
Monochromatic Colors of #84A250
Black with #84A250
Text Example
Text Example
White with #84A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A250; }
p { color: rgb(132,162,80); }
H1.HeaderClassName
{
color: #84A250;
}
.AnyTagClassName
{
color: #84A250;
}
</style>
background-color css
<style>
a { background-color: #84A250; }
a { background-color: rgb(132,162,80); }
div.DivClassName
{
background-color: #84A250;
}
.BgClassName
{
background-color: #84A250;
}
</style>
border-color css
<style>
span { border-color: #84A250; }
span { border-color: rgb(132,162,80); }
td.TdClassName
{
border-color: #84A250;
}
.TagClassName
{
border-color: #84A250;
}
</style>