Shades of Caper #ACC276
Tints of Caper #ACC276
RGB
CMYK
RGB Variations
Color information
#ACC276 (or 0xACC276) is known color: Caper. HEX triplet: AC, C2 and 76. RGB value is (172,194,118). Sum of RGB (Red+Green+Blue) = 172+194+118=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC276 is #533D89. Grayscale: #B3B3B3. Windows color (decimal): -5455242 or 7783084. OLE color: 7783084.
HSL color Cylindrical-coordinate representation of color #ACC276: hue angle of 77.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACC276 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 118 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.24 |
| HSL | 77.37º | 0.38% | 0.61% | - |
| HSV(B) | 77.37º | 0.39% | 0.76% | - |
| XYZ | 39.58 | 48.66 | 24.45 | - |
| YUV | 178.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 118 | 0.11 | 0 | 0.39 | 0.24 | 77.37 | 0.38 | 0.61 |
| Hex | AC | C2 | 76 | B | 0 | 27 | 18 | 4D | 26 | 3D |
| Octal | 254 | 302 | 166 | 13 | 0 | 47 | 30 | 115 | 46 | 75 |
| Binary | 10101100 | 11000010 | 1110110 | 1011 | 0 | 100111 | 11000 | 1001101 | 100110 | 111101 |
Color Harmonies of #ACC276
Complementary color
Monochromatic Colors of #ACC276
Black with #ACC276
Text Example
Text Example
White with #ACC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC276; }
p { color: rgb(172,194,118); }
H1.HeaderClassName
{
color: #ACC276;
}
.AnyTagClassName
{
color: #ACC276;
}
</style>
background-color css
<style>
a { background-color: #ACC276; }
a { background-color: rgb(172,194,118); }
div.DivClassName
{
background-color: #ACC276;
}
.BgClassName
{
background-color: #ACC276;
}
</style>
border-color css
<style>
span { border-color: #ACC276; }
span { border-color: rgb(172,194,118); }
td.TdClassName
{
border-color: #ACC276;
}
.TagClassName
{
border-color: #ACC276;
}
</style>