Shades of Chelsea Cucumber #84A45B
Tints of Chelsea Cucumber #84A45B
RGB
CMYK
RGB Variations
Color information
#84A45B (or 0x84A45B) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 5B. RGB value is (132,164,91). Sum of RGB (Red+Green+Blue) = 132+164+91=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #84A45B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A45B is #7B5BA4. Grayscale: #929292. Windows color (decimal): -8084389 or 6005892. OLE color: 6005892.
HSL color Cylindrical-coordinate representation of color #84A45B: hue angle of 86.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84A45B is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 91 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.36 |
| HSL | 86.3º | 0.29% | 0.5% | - |
| HSV(B) | 86.3º | 0.45% | 0.64% | - |
| XYZ | 24.68 | 32.21 | 14.81 | - |
| YUV | 146.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 91 | 0.20 | 0 | 0.45 | 0.36 | 86.3 | 0.29 | 0.5 |
| Hex | 84 | A4 | 5B | 14 | 0 | 2D | 24 | 56 | 1D | 32 |
| Octal | 204 | 244 | 133 | 24 | 0 | 55 | 44 | 126 | 35 | 62 |
| Binary | 10000100 | 10100100 | 1011011 | 10100 | 0 | 101101 | 100100 | 1010110 | 11101 | 110010 |
Color Harmonies of #84A45B
Complementary color
Monochromatic Colors of #84A45B
Black with #84A45B
Text Example
Text Example
White with #84A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A45B; }
p { color: rgb(132,164,91); }
H1.HeaderClassName
{
color: #84A45B;
}
.AnyTagClassName
{
color: #84A45B;
}
</style>
background-color css
<style>
a { background-color: #84A45B; }
a { background-color: rgb(132,164,91); }
div.DivClassName
{
background-color: #84A45B;
}
.BgClassName
{
background-color: #84A45B;
}
</style>
border-color css
<style>
span { border-color: #84A45B; }
span { border-color: rgb(132,164,91); }
td.TdClassName
{
border-color: #84A45B;
}
.TagClassName
{
border-color: #84A45B;
}
</style>