Shades of Caper #ACC078
Tints of Caper #ACC078
RGB
CMYK
RGB Variations
Color information
#ACC078 (or 0xACC078) is known color: Caper. HEX triplet: AC, C0 and 78. RGB value is (172,192,120). Sum of RGB (Red+Green+Blue) = 172+192+120=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC078 is #533F87. Grayscale: #B2B2B2. Windows color (decimal): -5455752 or 7913644. OLE color: 7913644.
HSL color Cylindrical-coordinate representation of color #ACC078: hue angle of 76.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC078 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 120 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.25 |
| HSL | 76.67º | 0.36% | 0.61% | - |
| HSV(B) | 76.67º | 0.38% | 0.75% | - |
| XYZ | 39.25 | 47.83 | 24.93 | - |
| YUV | 177.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 120 | 0.10 | 0 | 0.38 | 0.25 | 76.67 | 0.36 | 0.61 |
| Hex | AC | C0 | 78 | A | 0 | 26 | 19 | 4D | 24 | 3D |
| Octal | 254 | 300 | 170 | 12 | 0 | 46 | 31 | 115 | 44 | 75 |
| Binary | 10101100 | 11000000 | 1111000 | 1010 | 0 | 100110 | 11001 | 1001101 | 100100 | 111101 |
Color Harmonies of #ACC078
Complementary color
Monochromatic Colors of #ACC078
Black with #ACC078
Text Example
Text Example
White with #ACC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC078; }
p { color: rgb(172,192,120); }
H1.HeaderClassName
{
color: #ACC078;
}
.AnyTagClassName
{
color: #ACC078;
}
</style>
background-color css
<style>
a { background-color: #ACC078; }
a { background-color: rgb(172,192,120); }
div.DivClassName
{
background-color: #ACC078;
}
.BgClassName
{
background-color: #ACC078;
}
</style>
border-color css
<style>
span { border-color: #ACC078; }
span { border-color: rgb(172,192,120); }
td.TdClassName
{
border-color: #ACC078;
}
.TagClassName
{
border-color: #ACC078;
}
</style>