Shades of Caper #ACC279
Tints of Caper #ACC279
RGB
CMYK
RGB Variations
Color information
#ACC279 (or 0xACC279) is known color: Caper. HEX triplet: AC, C2 and 79. RGB value is (172,194,121). Sum of RGB (Red+Green+Blue) = 172+194+121=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC279 is #533D86. Grayscale: #B3B3B3. Windows color (decimal): -5455239 or 7979692. OLE color: 7979692.
HSL color Cylindrical-coordinate representation of color #ACC279: hue angle of 78.08º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC279 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 121 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.24 |
| HSL | 78.08º | 0.37% | 0.62% | - |
| HSV(B) | 78.08º | 0.38% | 0.76% | - |
| XYZ | 39.76 | 48.73 | 25.4 | - |
| YUV | 179.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 121 | 0.11 | 0 | 0.38 | 0.24 | 78.08 | 0.37 | 0.62 |
| Hex | AC | C2 | 79 | B | 0 | 26 | 18 | 4E | 25 | 3E |
| Octal | 254 | 302 | 171 | 13 | 0 | 46 | 30 | 116 | 45 | 76 |
| Binary | 10101100 | 11000010 | 1111001 | 1011 | 0 | 100110 | 11000 | 1001110 | 100101 | 111110 |
Color Harmonies of #ACC279
Complementary color
Monochromatic Colors of #ACC279
Black with #ACC279
Text Example
Text Example
White with #ACC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC279; }
p { color: rgb(172,194,121); }
H1.HeaderClassName
{
color: #ACC279;
}
.AnyTagClassName
{
color: #ACC279;
}
</style>
background-color css
<style>
a { background-color: #ACC279; }
a { background-color: rgb(172,194,121); }
div.DivClassName
{
background-color: #ACC279;
}
.BgClassName
{
background-color: #ACC279;
}
</style>
border-color css
<style>
span { border-color: #ACC279; }
span { border-color: rgb(172,194,121); }
td.TdClassName
{
border-color: #ACC279;
}
.TagClassName
{
border-color: #ACC279;
}
</style>