Shades of Caper #ACC679
Tints of Caper #ACC679
RGB
CMYK
RGB Variations
Color information
#ACC679 (or 0xACC679) is known color: Caper. HEX triplet: AC, C6 and 79. RGB value is (172,198,121). Sum of RGB (Red+Green+Blue) = 172+198+121=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC679 is #533986. Grayscale: #B5B5B5. Windows color (decimal): -5454215 or 7980716. OLE color: 7980716.
HSL color Cylindrical-coordinate representation of color #ACC679: hue angle of 80.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACC679 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 121 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.22 |
| HSL | 80.26º | 0.4% | 0.63% | - |
| HSV(B) | 80.26º | 0.39% | 0.78% | - |
| XYZ | 40.66 | 50.54 | 25.7 | - |
| YUV | 181.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 121 | 0.13 | 0 | 0.39 | 0.22 | 80.26 | 0.4 | 0.63 |
| Hex | AC | C6 | 79 | D | 0 | 27 | 16 | 50 | 28 | 3F |
| Octal | 254 | 306 | 171 | 15 | 0 | 47 | 26 | 120 | 50 | 77 |
| Binary | 10101100 | 11000110 | 1111001 | 1101 | 0 | 100111 | 10110 | 1010000 | 101000 | 111111 |
Color Harmonies of #ACC679
Complementary color
Monochromatic Colors of #ACC679
Black with #ACC679
Text Example
Text Example
White with #ACC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC679; }
p { color: rgb(172,198,121); }
H1.HeaderClassName
{
color: #ACC679;
}
.AnyTagClassName
{
color: #ACC679;
}
</style>
background-color css
<style>
a { background-color: #ACC679; }
a { background-color: rgb(172,198,121); }
div.DivClassName
{
background-color: #ACC679;
}
.BgClassName
{
background-color: #ACC679;
}
</style>
border-color css
<style>
span { border-color: #ACC679; }
span { border-color: rgb(172,198,121); }
td.TdClassName
{
border-color: #ACC679;
}
.TagClassName
{
border-color: #ACC679;
}
</style>