Shades of Caper #ACC074
Tints of Caper #ACC074
RGB
CMYK
RGB Variations
Color information
#ACC074 (or 0xACC074) is known color: Caper. HEX triplet: AC, C0 and 74. RGB value is (172,192,116). Sum of RGB (Red+Green+Blue) = 172+192+116=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC074 is #533F8B. Grayscale: #B1B1B1. Windows color (decimal): -5455756 or 7651500. OLE color: 7651500.
HSL color Cylindrical-coordinate representation of color #ACC074: hue angle of 75.79º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC074 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 116 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.25 |
| HSL | 75.79º | 0.38% | 0.6% | - |
| HSV(B) | 75.79º | 0.4% | 0.75% | - |
| XYZ | 39.02 | 47.73 | 23.68 | - |
| YUV | 177.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 116 | 0.10 | 0 | 0.40 | 0.25 | 75.79 | 0.38 | 0.6 |
| Hex | AC | C0 | 74 | A | 0 | 28 | 19 | 4C | 26 | 3C |
| Octal | 254 | 300 | 164 | 12 | 0 | 50 | 31 | 114 | 46 | 74 |
| Binary | 10101100 | 11000000 | 1110100 | 1010 | 0 | 101000 | 11001 | 1001100 | 100110 | 111100 |
Color Harmonies of #ACC074
Complementary color
Monochromatic Colors of #ACC074
Black with #ACC074
Text Example
Text Example
White with #ACC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC074; }
p { color: rgb(172,192,116); }
H1.HeaderClassName
{
color: #ACC074;
}
.AnyTagClassName
{
color: #ACC074;
}
</style>
background-color css
<style>
a { background-color: #ACC074; }
a { background-color: rgb(172,192,116); }
div.DivClassName
{
background-color: #ACC074;
}
.BgClassName
{
background-color: #ACC074;
}
</style>
border-color css
<style>
span { border-color: #ACC074; }
span { border-color: rgb(172,192,116); }
td.TdClassName
{
border-color: #ACC074;
}
.TagClassName
{
border-color: #ACC074;
}
</style>