Shades of Caper #ACC76B
Tints of Caper #ACC76B
RGB
CMYK
RGB Variations
Color information
#ACC76B (or 0xACC76B) is known color: Caper. HEX triplet: AC, C7 and 6B. RGB value is (172,199,107). Sum of RGB (Red+Green+Blue) = 172+199+107=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC76B is #533894. Grayscale: #B4B4B4. Windows color (decimal): -5453973 or 7063468. OLE color: 7063468.
HSL color Cylindrical-coordinate representation of color #ACC76B: hue angle of 77.61º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC76B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 107 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.22 |
| HSL | 77.61º | 0.45% | 0.6% | - |
| HSV(B) | 77.61º | 0.46% | 0.78% | - |
| XYZ | 40.09 | 50.68 | 21.58 | - |
| YUV | 180.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 107 | 0.14 | 0 | 0.46 | 0.22 | 77.61 | 0.45 | 0.6 |
| Hex | AC | C7 | 6B | E | 0 | 2E | 16 | 4E | 2D | 3C |
| Octal | 254 | 307 | 153 | 16 | 0 | 56 | 26 | 116 | 55 | 74 |
| Binary | 10101100 | 11000111 | 1101011 | 1110 | 0 | 101110 | 10110 | 1001110 | 101101 | 111100 |
Color Harmonies of #ACC76B
Complementary color
Monochromatic Colors of #ACC76B
Black with #ACC76B
Text Example
Text Example
White with #ACC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC76B; }
p { color: rgb(172,199,107); }
H1.HeaderClassName
{
color: #ACC76B;
}
.AnyTagClassName
{
color: #ACC76B;
}
</style>
background-color css
<style>
a { background-color: #ACC76B; }
a { background-color: rgb(172,199,107); }
div.DivClassName
{
background-color: #ACC76B;
}
.BgClassName
{
background-color: #ACC76B;
}
</style>
border-color css
<style>
span { border-color: #ACC76B; }
span { border-color: rgb(172,199,107); }
td.TdClassName
{
border-color: #ACC76B;
}
.TagClassName
{
border-color: #ACC76B;
}
</style>