Shades of Chelsea Cucumber #8CAC48
Tints of Chelsea Cucumber #8CAC48
RGB
CMYK
RGB Variations
Color information
#8CAC48 (or 0x8CAC48) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 48. RGB value is (140,172,72). Sum of RGB (Red+Green+Blue) = 140+172+72=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC48 is #7353B7. Grayscale: #979797. Windows color (decimal): -7558072 or 4762764. OLE color: 4762764.
HSL color Cylindrical-coordinate representation of color #8CAC48: hue angle of 79.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CAC48 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 72 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.33 |
| HSL | 79.2º | 0.41% | 0.48% | - |
| HSV(B) | 79.2º | 0.58% | 0.67% | - |
| XYZ | 26.74 | 35.55 | 11.58 | - |
| YUV | 151.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 72 | 0.19 | 0 | 0.58 | 0.33 | 79.2 | 0.41 | 0.48 |
| Hex | 8C | AC | 48 | 13 | 0 | 3A | 21 | 4F | 29 | 30 |
| Octal | 214 | 254 | 110 | 23 | 0 | 72 | 41 | 117 | 51 | 60 |
| Binary | 10001100 | 10101100 | 1001000 | 10011 | 0 | 111010 | 100001 | 1001111 | 101001 | 110000 |
Color Harmonies of #8CAC48
Complementary color
Monochromatic Colors of #8CAC48
Black with #8CAC48
Text Example
Text Example
White with #8CAC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC48; }
p { color: rgb(140,172,72); }
H1.HeaderClassName
{
color: #8CAC48;
}
.AnyTagClassName
{
color: #8CAC48;
}
</style>
background-color css
<style>
a { background-color: #8CAC48; }
a { background-color: rgb(140,172,72); }
div.DivClassName
{
background-color: #8CAC48;
}
.BgClassName
{
background-color: #8CAC48;
}
</style>
border-color css
<style>
span { border-color: #8CAC48; }
span { border-color: rgb(140,172,72); }
td.TdClassName
{
border-color: #8CAC48;
}
.TagClassName
{
border-color: #8CAC48;
}
</style>