Shades of Caper #ACC96A
Tints of Caper #ACC96A
RGB
CMYK
RGB Variations
Color information
#ACC96A (or 0xACC96A) is known color: Caper. HEX triplet: AC, C9 and 6A. RGB value is (172,201,106). Sum of RGB (Red+Green+Blue) = 172+201+106=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC96A is #533695. Grayscale: #B5B5B5. Windows color (decimal): -5453462 or 6998444. OLE color: 6998444.
HSL color Cylindrical-coordinate representation of color #ACC96A: hue angle of 78.32º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACC96A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 106 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.21 |
| HSL | 78.32º | 0.47% | 0.6% | - |
| HSV(B) | 78.32º | 0.47% | 0.79% | - |
| XYZ | 40.5 | 51.58 | 21.46 | - |
| YUV | 181.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 106 | 0.14 | 0 | 0.47 | 0.21 | 78.32 | 0.47 | 0.6 |
| Hex | AC | C9 | 6A | E | 0 | 2F | 15 | 4E | 2F | 3C |
| Octal | 254 | 311 | 152 | 16 | 0 | 57 | 25 | 116 | 57 | 74 |
| Binary | 10101100 | 11001001 | 1101010 | 1110 | 0 | 101111 | 10101 | 1001110 | 101111 | 111100 |
Color Harmonies of #ACC96A
Complementary color
Monochromatic Colors of #ACC96A
Black with #ACC96A
Text Example
Text Example
White with #ACC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC96A; }
p { color: rgb(172,201,106); }
H1.HeaderClassName
{
color: #ACC96A;
}
.AnyTagClassName
{
color: #ACC96A;
}
</style>
background-color css
<style>
a { background-color: #ACC96A; }
a { background-color: rgb(172,201,106); }
div.DivClassName
{
background-color: #ACC96A;
}
.BgClassName
{
background-color: #ACC96A;
}
</style>
border-color css
<style>
span { border-color: #ACC96A; }
span { border-color: rgb(172,201,106); }
td.TdClassName
{
border-color: #ACC96A;
}
.TagClassName
{
border-color: #ACC96A;
}
</style>