Shades of Caper #A8C579
Tints of Caper #A8C579
RGB
CMYK
RGB Variations
Color information
#A8C579 (or 0xA8C579) is known color: Caper. HEX triplet: A8, C5 and 79. RGB value is (168,197,121). Sum of RGB (Red+Green+Blue) = 168+197+121=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C579 is #573A86. Grayscale: #B3B3B3. Windows color (decimal): -5716615 or 7980456. OLE color: 7980456.
HSL color Cylindrical-coordinate representation of color #A8C579: hue angle of 82.89º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8C579 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 121 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.23 |
| HSL | 82.89º | 0.4% | 0.62% | - |
| HSV(B) | 82.89º | 0.39% | 0.77% | - |
| XYZ | 39.57 | 49.64 | 25.58 | - |
| YUV | 179.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 121 | 0.15 | 0 | 0.39 | 0.23 | 82.89 | 0.4 | 0.62 |
| Hex | A8 | C5 | 79 | F | 0 | 27 | 17 | 53 | 28 | 3E |
| Octal | 250 | 305 | 171 | 17 | 0 | 47 | 27 | 123 | 50 | 76 |
| Binary | 10101000 | 11000101 | 1111001 | 1111 | 0 | 100111 | 10111 | 1010011 | 101000 | 111110 |
Color Harmonies of #A8C579
Complementary color
Monochromatic Colors of #A8C579
Black with #A8C579
Text Example
Text Example
White with #A8C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C579; }
p { color: rgb(168,197,121); }
H1.HeaderClassName
{
color: #A8C579;
}
.AnyTagClassName
{
color: #A8C579;
}
</style>
background-color css
<style>
a { background-color: #A8C579; }
a { background-color: rgb(168,197,121); }
div.DivClassName
{
background-color: #A8C579;
}
.BgClassName
{
background-color: #A8C579;
}
</style>
border-color css
<style>
span { border-color: #A8C579; }
span { border-color: rgb(168,197,121); }
td.TdClassName
{
border-color: #A8C579;
}
.TagClassName
{
border-color: #A8C579;
}
</style>