Shades of Chelsea Cucumber #84A65B
Tints of Chelsea Cucumber #84A65B
RGB
CMYK
RGB Variations
Color information
#84A65B (or 0x84A65B) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 5B. RGB value is (132,166,91). Sum of RGB (Red+Green+Blue) = 132+166+91=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #84A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A65B is #7B59A4. Grayscale: #939393. Windows color (decimal): -8083877 or 6006404. OLE color: 6006404.
HSL color Cylindrical-coordinate representation of color #84A65B: hue angle of 87.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84A65B is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 91 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.35 |
| HSL | 87.2º | 0.3% | 0.5% | - |
| HSV(B) | 87.2º | 0.45% | 0.65% | - |
| XYZ | 25.04 | 32.93 | 14.93 | - |
| YUV | 147.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 91 | 0.20 | 0 | 0.45 | 0.35 | 87.2 | 0.3 | 0.5 |
| Hex | 84 | A6 | 5B | 14 | 0 | 2D | 23 | 57 | 1E | 32 |
| Octal | 204 | 246 | 133 | 24 | 0 | 55 | 43 | 127 | 36 | 62 |
| Binary | 10000100 | 10100110 | 1011011 | 10100 | 0 | 101101 | 100011 | 1010111 | 11110 | 110010 |
Color Harmonies of #84A65B
Complementary color
Monochromatic Colors of #84A65B
Black with #84A65B
Text Example
Text Example
White with #84A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A65B; }
p { color: rgb(132,166,91); }
H1.HeaderClassName
{
color: #84A65B;
}
.AnyTagClassName
{
color: #84A65B;
}
</style>
background-color css
<style>
a { background-color: #84A65B; }
a { background-color: rgb(132,166,91); }
div.DivClassName
{
background-color: #84A65B;
}
.BgClassName
{
background-color: #84A65B;
}
</style>
border-color css
<style>
span { border-color: #84A65B; }
span { border-color: rgb(132,166,91); }
td.TdClassName
{
border-color: #84A65B;
}
.TagClassName
{
border-color: #84A65B;
}
</style>