Shades of Caper #ACC379
Tints of Caper #ACC379
RGB
CMYK
RGB Variations
Color information
#ACC379 (or 0xACC379) is known color: Caper. HEX triplet: AC, C3 and 79. RGB value is (172,195,121). Sum of RGB (Red+Green+Blue) = 172+195+121=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC379 is #533C86. Grayscale: #B3B3B3. Windows color (decimal): -5454983 or 7979948. OLE color: 7979948.
HSL color Cylindrical-coordinate representation of color #ACC379: hue angle of 78.65º degrees, saturation: 0.38, 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 #ACC379 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 121 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.24 |
| HSL | 78.65º | 0.38% | 0.62% | - |
| HSV(B) | 78.65º | 0.38% | 0.76% | - |
| XYZ | 39.98 | 49.18 | 25.47 | - |
| YUV | 179.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 121 | 0.12 | 0 | 0.38 | 0.24 | 78.65 | 0.38 | 0.62 |
| Hex | AC | C3 | 79 | C | 0 | 26 | 18 | 4F | 26 | 3E |
| Octal | 254 | 303 | 171 | 14 | 0 | 46 | 30 | 117 | 46 | 76 |
| Binary | 10101100 | 11000011 | 1111001 | 1100 | 0 | 100110 | 11000 | 1001111 | 100110 | 111110 |
Color Harmonies of #ACC379
Complementary color
Monochromatic Colors of #ACC379
Black with #ACC379
Text Example
Text Example
White with #ACC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC379; }
p { color: rgb(172,195,121); }
H1.HeaderClassName
{
color: #ACC379;
}
.AnyTagClassName
{
color: #ACC379;
}
</style>
background-color css
<style>
a { background-color: #ACC379; }
a { background-color: rgb(172,195,121); }
div.DivClassName
{
background-color: #ACC379;
}
.BgClassName
{
background-color: #ACC379;
}
</style>
border-color css
<style>
span { border-color: #ACC379; }
span { border-color: rgb(172,195,121); }
td.TdClassName
{
border-color: #ACC379;
}
.TagClassName
{
border-color: #ACC379;
}
</style>