Shades of Chelsea Cucumber #84AC5B
Tints of Chelsea Cucumber #84AC5B
RGB
CMYK
RGB Variations
Color information
#84AC5B (or 0x84AC5B) is known color: Chelsea Cucumber. HEX triplet: 84, AC and 5B. RGB value is (132,172,91). Sum of RGB (Red+Green+Blue) = 132+172+91=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC5B is #7B53A4. Grayscale: #979797. Windows color (decimal): -8082341 or 6007940. OLE color: 6007940.
HSL color Cylindrical-coordinate representation of color #84AC5B: hue angle of 89.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84AC5B is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 91 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.33 |
| HSL | 89.63º | 0.33% | 0.52% | - |
| HSV(B) | 89.63º | 0.47% | 0.67% | - |
| XYZ | 26.16 | 35.17 | 15.31 | - |
| YUV | 150.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 91 | 0.23 | 0 | 0.47 | 0.33 | 89.63 | 0.33 | 0.52 |
| Hex | 84 | AC | 5B | 17 | 0 | 2F | 21 | 5A | 21 | 34 |
| Octal | 204 | 254 | 133 | 27 | 0 | 57 | 41 | 132 | 41 | 64 |
| Binary | 10000100 | 10101100 | 1011011 | 10111 | 0 | 101111 | 100001 | 1011010 | 100001 | 110100 |
Color Harmonies of #84AC5B
Complementary color
Monochromatic Colors of #84AC5B
Black with #84AC5B
Text Example
Text Example
White with #84AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC5B; }
p { color: rgb(132,172,91); }
H1.HeaderClassName
{
color: #84AC5B;
}
.AnyTagClassName
{
color: #84AC5B;
}
</style>
background-color css
<style>
a { background-color: #84AC5B; }
a { background-color: rgb(132,172,91); }
div.DivClassName
{
background-color: #84AC5B;
}
.BgClassName
{
background-color: #84AC5B;
}
</style>
border-color css
<style>
span { border-color: #84AC5B; }
span { border-color: rgb(132,172,91); }
td.TdClassName
{
border-color: #84AC5B;
}
.TagClassName
{
border-color: #84AC5B;
}
</style>