Shades of Chelsea Cucumber #8CAC67
Tints of Chelsea Cucumber #8CAC67
RGB
CMYK
RGB Variations
Color information
#8CAC67 (or 0x8CAC67) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 67. RGB value is (140,172,103). Sum of RGB (Red+Green+Blue) = 140+172+103=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC67 is #735398. Grayscale: #9A9A9A. Windows color (decimal): -7558041 or 6794380. OLE color: 6794380.
HSL color Cylindrical-coordinate representation of color #8CAC67: hue angle of 87.83º 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 #8CAC67 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 103 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.33 |
| HSL | 87.83º | 0.29% | 0.54% | - |
| HSV(B) | 87.83º | 0.4% | 0.67% | - |
| XYZ | 28.02 | 36.06 | 18.32 | - |
| YUV | 154.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 103 | 0.19 | 0 | 0.40 | 0.33 | 87.83 | 0.29 | 0.54 |
| Hex | 8C | AC | 67 | 13 | 0 | 28 | 21 | 58 | 1D | 36 |
| Octal | 214 | 254 | 147 | 23 | 0 | 50 | 41 | 130 | 35 | 66 |
| Binary | 10001100 | 10101100 | 1100111 | 10011 | 0 | 101000 | 100001 | 1011000 | 11101 | 110110 |
Color Harmonies of #8CAC67
Complementary color
Monochromatic Colors of #8CAC67
Black with #8CAC67
Text Example
Text Example
White with #8CAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC67; }
p { color: rgb(140,172,103); }
H1.HeaderClassName
{
color: #8CAC67;
}
.AnyTagClassName
{
color: #8CAC67;
}
</style>
background-color css
<style>
a { background-color: #8CAC67; }
a { background-color: rgb(140,172,103); }
div.DivClassName
{
background-color: #8CAC67;
}
.BgClassName
{
background-color: #8CAC67;
}
</style>
border-color css
<style>
span { border-color: #8CAC67; }
span { border-color: rgb(140,172,103); }
td.TdClassName
{
border-color: #8CAC67;
}
.TagClassName
{
border-color: #8CAC67;
}
</style>