Shades of Chelsea Cucumber #8CAC65
Tints of Chelsea Cucumber #8CAC65
RGB
CMYK
RGB Variations
Color information
#8CAC65 (or 0x8CAC65) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 65. RGB value is (140,172,101). Sum of RGB (Red+Green+Blue) = 140+172+101=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC65 is #73539A. Grayscale: #9A9A9A. Windows color (decimal): -7558043 or 6663308. OLE color: 6663308.
HSL color Cylindrical-coordinate representation of color #8CAC65: hue angle of 87.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CAC65 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 101 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.33 |
| HSL | 87.04º | 0.3% | 0.54% | - |
| HSV(B) | 87.04º | 0.41% | 0.67% | - |
| XYZ | 27.92 | 36.02 | 17.79 | - |
| YUV | 154.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 101 | 0.19 | 0 | 0.41 | 0.33 | 87.04 | 0.3 | 0.54 |
| Hex | 8C | AC | 65 | 13 | 0 | 29 | 21 | 57 | 1E | 36 |
| Octal | 214 | 254 | 145 | 23 | 0 | 51 | 41 | 127 | 36 | 66 |
| Binary | 10001100 | 10101100 | 1100101 | 10011 | 0 | 101001 | 100001 | 1010111 | 11110 | 110110 |
Color Harmonies of #8CAC65
Complementary color
Monochromatic Colors of #8CAC65
Black with #8CAC65
Text Example
Text Example
White with #8CAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC65; }
p { color: rgb(140,172,101); }
H1.HeaderClassName
{
color: #8CAC65;
}
.AnyTagClassName
{
color: #8CAC65;
}
</style>
background-color css
<style>
a { background-color: #8CAC65; }
a { background-color: rgb(140,172,101); }
div.DivClassName
{
background-color: #8CAC65;
}
.BgClassName
{
background-color: #8CAC65;
}
</style>
border-color css
<style>
span { border-color: #8CAC65; }
span { border-color: rgb(140,172,101); }
td.TdClassName
{
border-color: #8CAC65;
}
.TagClassName
{
border-color: #8CAC65;
}
</style>