Shades of Caper #ACC66C
Tints of Caper #ACC66C
RGB
CMYK
RGB Variations
Color information
#ACC66C (or 0xACC66C) is known color: Caper. HEX triplet: AC, C6 and 6C. RGB value is (172,198,108). Sum of RGB (Red+Green+Blue) = 172+198+108=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC66C is #533993. Grayscale: #B4B4B4. Windows color (decimal): -5454228 or 7128748. OLE color: 7128748.
HSL color Cylindrical-coordinate representation of color #ACC66C: hue angle of 77.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC66C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 108 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.22 |
| HSL | 77.33º | 0.44% | 0.6% | - |
| HSV(B) | 77.33º | 0.45% | 0.78% | - |
| XYZ | 39.91 | 50.24 | 21.78 | - |
| YUV | 179.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 108 | 0.13 | 0 | 0.45 | 0.22 | 77.33 | 0.44 | 0.6 |
| Hex | AC | C6 | 6C | D | 0 | 2D | 16 | 4D | 2C | 3C |
| Octal | 254 | 306 | 154 | 15 | 0 | 55 | 26 | 115 | 54 | 74 |
| Binary | 10101100 | 11000110 | 1101100 | 1101 | 0 | 101101 | 10110 | 1001101 | 101100 | 111100 |
Color Harmonies of #ACC66C
Complementary color
Monochromatic Colors of #ACC66C
Black with #ACC66C
Text Example
Text Example
White with #ACC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC66C; }
p { color: rgb(172,198,108); }
H1.HeaderClassName
{
color: #ACC66C;
}
.AnyTagClassName
{
color: #ACC66C;
}
</style>
background-color css
<style>
a { background-color: #ACC66C; }
a { background-color: rgb(172,198,108); }
div.DivClassName
{
background-color: #ACC66C;
}
.BgClassName
{
background-color: #ACC66C;
}
</style>
border-color css
<style>
span { border-color: #ACC66C; }
span { border-color: rgb(172,198,108); }
td.TdClassName
{
border-color: #ACC66C;
}
.TagClassName
{
border-color: #ACC66C;
}
</style>