Shades of Chelsea Cucumber #84A65F
Tints of Chelsea Cucumber #84A65F
RGB
CMYK
RGB Variations
Color information
#84A65F (or 0x84A65F) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 5F. RGB value is (132,166,95). Sum of RGB (Red+Green+Blue) = 132+166+95=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #84A65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A65F is #7B59A0. Grayscale: #939393. Windows color (decimal): -8083873 or 6268548. OLE color: 6268548.
HSL color Cylindrical-coordinate representation of color #84A65F: hue angle of 88.73º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A65F is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 95 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.35 |
| HSL | 88.73º | 0.29% | 0.51% | - |
| HSV(B) | 88.73º | 0.43% | 0.65% | - |
| XYZ | 25.22 | 33 | 15.87 | - |
| YUV | 147.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 95 | 0.20 | 0 | 0.43 | 0.35 | 88.73 | 0.29 | 0.51 |
| Hex | 84 | A6 | 5F | 14 | 0 | 2B | 23 | 59 | 1D | 33 |
| Octal | 204 | 246 | 137 | 24 | 0 | 53 | 43 | 131 | 35 | 63 |
| Binary | 10000100 | 10100110 | 1011111 | 10100 | 0 | 101011 | 100011 | 1011001 | 11101 | 110011 |
Color Harmonies of #84A65F
Complementary color
Monochromatic Colors of #84A65F
Black with #84A65F
Text Example
Text Example
White with #84A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A65F; }
p { color: rgb(132,166,95); }
H1.HeaderClassName
{
color: #84A65F;
}
.AnyTagClassName
{
color: #84A65F;
}
</style>
background-color css
<style>
a { background-color: #84A65F; }
a { background-color: rgb(132,166,95); }
div.DivClassName
{
background-color: #84A65F;
}
.BgClassName
{
background-color: #84A65F;
}
</style>
border-color css
<style>
span { border-color: #84A65F; }
span { border-color: rgb(132,166,95); }
td.TdClassName
{
border-color: #84A65F;
}
.TagClassName
{
border-color: #84A65F;
}
</style>