Shades of Chelsea Cucumber #8CAC5A
Tints of Chelsea Cucumber #8CAC5A
RGB
CMYK
RGB Variations
Color information
#8CAC5A (or 0x8CAC5A) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 5A. RGB value is (140,172,90). Sum of RGB (Red+Green+Blue) = 140+172+90=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC5A is #7353A5. Grayscale: #999999. Windows color (decimal): -7558054 or 5942412. OLE color: 5942412.
HSL color Cylindrical-coordinate representation of color #8CAC5A: hue angle of 83.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CAC5A is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 90 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.33 |
| HSL | 83.41º | 0.33% | 0.51% | - |
| HSV(B) | 83.41º | 0.48% | 0.67% | - |
| XYZ | 27.41 | 35.82 | 15.14 | - |
| YUV | 153.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 90 | 0.19 | 0 | 0.48 | 0.33 | 83.41 | 0.33 | 0.51 |
| Hex | 8C | AC | 5A | 13 | 0 | 30 | 21 | 53 | 21 | 33 |
| Octal | 214 | 254 | 132 | 23 | 0 | 60 | 41 | 123 | 41 | 63 |
| Binary | 10001100 | 10101100 | 1011010 | 10011 | 0 | 110000 | 100001 | 1010011 | 100001 | 110011 |
Color Harmonies of #8CAC5A
Complementary color
Monochromatic Colors of #8CAC5A
Black with #8CAC5A
Text Example
Text Example
White with #8CAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC5A; }
p { color: rgb(140,172,90); }
H1.HeaderClassName
{
color: #8CAC5A;
}
.AnyTagClassName
{
color: #8CAC5A;
}
</style>
background-color css
<style>
a { background-color: #8CAC5A; }
a { background-color: rgb(140,172,90); }
div.DivClassName
{
background-color: #8CAC5A;
}
.BgClassName
{
background-color: #8CAC5A;
}
</style>
border-color css
<style>
span { border-color: #8CAC5A; }
span { border-color: rgb(140,172,90); }
td.TdClassName
{
border-color: #8CAC5A;
}
.TagClassName
{
border-color: #8CAC5A;
}
</style>