Shades of Caper #ACC06C
Tints of Caper #ACC06C
RGB
CMYK
RGB Variations
Color information
#ACC06C (or 0xACC06C) is known color: Caper. HEX triplet: AC, C0 and 6C. RGB value is (172,192,108). Sum of RGB (Red+Green+Blue) = 172+192+108=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC06C is #533F93. Grayscale: #B0B0B0. Windows color (decimal): -5455764 or 7127212. OLE color: 7127212.
HSL color Cylindrical-coordinate representation of color #ACC06C: hue angle of 74.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACC06C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 108 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.25 |
| HSL | 74.29º | 0.4% | 0.59% | - |
| HSV(B) | 74.29º | 0.44% | 0.75% | - |
| XYZ | 38.57 | 47.55 | 21.33 | - |
| YUV | 176.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 108 | 0.10 | 0 | 0.44 | 0.25 | 74.29 | 0.4 | 0.59 |
| Hex | AC | C0 | 6C | A | 0 | 2C | 19 | 4A | 28 | 3B |
| Octal | 254 | 300 | 154 | 12 | 0 | 54 | 31 | 112 | 50 | 73 |
| Binary | 10101100 | 11000000 | 1101100 | 1010 | 0 | 101100 | 11001 | 1001010 | 101000 | 111011 |
Color Harmonies of #ACC06C
Complementary color
Monochromatic Colors of #ACC06C
Black with #ACC06C
Text Example
Text Example
White with #ACC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC06C; }
p { color: rgb(172,192,108); }
H1.HeaderClassName
{
color: #ACC06C;
}
.AnyTagClassName
{
color: #ACC06C;
}
</style>
background-color css
<style>
a { background-color: #ACC06C; }
a { background-color: rgb(172,192,108); }
div.DivClassName
{
background-color: #ACC06C;
}
.BgClassName
{
background-color: #ACC06C;
}
</style>
border-color css
<style>
span { border-color: #ACC06C; }
span { border-color: rgb(172,192,108); }
td.TdClassName
{
border-color: #ACC06C;
}
.TagClassName
{
border-color: #ACC06C;
}
</style>