Shades of Chelsea Cucumber #84AC67
Tints of Chelsea Cucumber #84AC67
RGB
CMYK
RGB Variations
Color information
#84AC67 (or 0x84AC67) is known color: Chelsea Cucumber. HEX triplet: 84, AC and 67. RGB value is (132,172,103). Sum of RGB (Red+Green+Blue) = 132+172+103=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC67 is #7B5398. Grayscale: #989898. Windows color (decimal): -8082329 or 6794372. OLE color: 6794372.
HSL color Cylindrical-coordinate representation of color #84AC67: hue angle of 94.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84AC67 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 103 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.33 |
| HSL | 94.78º | 0.29% | 0.54% | - |
| HSV(B) | 94.78º | 0.4% | 0.67% | - |
| XYZ | 26.72 | 35.39 | 18.25 | - |
| YUV | 152.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 103 | 0.23 | 0 | 0.40 | 0.33 | 94.78 | 0.29 | 0.54 |
| Hex | 84 | AC | 67 | 17 | 0 | 28 | 21 | 5F | 1D | 36 |
| Octal | 204 | 254 | 147 | 27 | 0 | 50 | 41 | 137 | 35 | 66 |
| Binary | 10000100 | 10101100 | 1100111 | 10111 | 0 | 101000 | 100001 | 1011111 | 11101 | 110110 |
Color Harmonies of #84AC67
Complementary color
Monochromatic Colors of #84AC67
Black with #84AC67
Text Example
Text Example
White with #84AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC67; }
p { color: rgb(132,172,103); }
H1.HeaderClassName
{
color: #84AC67;
}
.AnyTagClassName
{
color: #84AC67;
}
</style>
background-color css
<style>
a { background-color: #84AC67; }
a { background-color: rgb(132,172,103); }
div.DivClassName
{
background-color: #84AC67;
}
.BgClassName
{
background-color: #84AC67;
}
</style>
border-color css
<style>
span { border-color: #84AC67; }
span { border-color: rgb(132,172,103); }
td.TdClassName
{
border-color: #84AC67;
}
.TagClassName
{
border-color: #84AC67;
}
</style>