Shades of Chelsea Cucumber #84A05F
Tints of Chelsea Cucumber #84A05F
RGB
CMYK
RGB Variations
Color information
#84A05F (or 0x84A05F) is known color: Chelsea Cucumber. HEX triplet: 84, A0 and 5F. RGB value is (132,160,95). Sum of RGB (Red+Green+Blue) = 132+160+95=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #84A05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A05F is #7B5FA0. Grayscale: #909090. Windows color (decimal): -8085409 or 6267012. OLE color: 6267012.
HSL color Cylindrical-coordinate representation of color #84A05F: hue angle of 85.85º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A05F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 95 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.37 |
| HSL | 85.85º | 0.25% | 0.5% | - |
| HSV(B) | 85.85º | 0.41% | 0.63% | - |
| XYZ | 24.15 | 30.87 | 15.51 | - |
| YUV | 144.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 95 | 0.17 | 0 | 0.41 | 0.37 | 85.85 | 0.25 | 0.5 |
| Hex | 84 | A0 | 5F | 11 | 0 | 29 | 25 | 56 | 19 | 32 |
| Octal | 204 | 240 | 137 | 21 | 0 | 51 | 45 | 126 | 31 | 62 |
| Binary | 10000100 | 10100000 | 1011111 | 10001 | 0 | 101001 | 100101 | 1010110 | 11001 | 110010 |
Color Harmonies of #84A05F
Complementary color
Monochromatic Colors of #84A05F
Black with #84A05F
Text Example
Text Example
White with #84A05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A05F; }
p { color: rgb(132,160,95); }
H1.HeaderClassName
{
color: #84A05F;
}
.AnyTagClassName
{
color: #84A05F;
}
</style>
background-color css
<style>
a { background-color: #84A05F; }
a { background-color: rgb(132,160,95); }
div.DivClassName
{
background-color: #84A05F;
}
.BgClassName
{
background-color: #84A05F;
}
</style>
border-color css
<style>
span { border-color: #84A05F; }
span { border-color: rgb(132,160,95); }
td.TdClassName
{
border-color: #84A05F;
}
.TagClassName
{
border-color: #84A05F;
}
</style>