Shades of Caper #A8C479
Tints of Caper #A8C479
RGB
CMYK
RGB Variations
Color information
#A8C479 (or 0xA8C479) is known color: Caper. HEX triplet: A8, C4 and 79. RGB value is (168,196,121). Sum of RGB (Red+Green+Blue) = 168+196+121=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C479 is #573B86. Grayscale: #B3B3B3. Windows color (decimal): -5716871 or 7980200. OLE color: 7980200.
HSL color Cylindrical-coordinate representation of color #A8C479: hue angle of 82.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C479 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 121 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.23 |
| HSL | 82.4º | 0.39% | 0.62% | - |
| HSV(B) | 82.4º | 0.38% | 0.77% | - |
| XYZ | 39.34 | 49.19 | 25.51 | - |
| YUV | 179.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 121 | 0.14 | 0 | 0.38 | 0.23 | 82.4 | 0.39 | 0.62 |
| Hex | A8 | C4 | 79 | E | 0 | 26 | 17 | 52 | 27 | 3E |
| Octal | 250 | 304 | 171 | 16 | 0 | 46 | 27 | 122 | 47 | 76 |
| Binary | 10101000 | 11000100 | 1111001 | 1110 | 0 | 100110 | 10111 | 1010010 | 100111 | 111110 |
Color Harmonies of #A8C479
Complementary color
Monochromatic Colors of #A8C479
Black with #A8C479
Text Example
Text Example
White with #A8C479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C479; }
p { color: rgb(168,196,121); }
H1.HeaderClassName
{
color: #A8C479;
}
.AnyTagClassName
{
color: #A8C479;
}
</style>
background-color css
<style>
a { background-color: #A8C479; }
a { background-color: rgb(168,196,121); }
div.DivClassName
{
background-color: #A8C479;
}
.BgClassName
{
background-color: #A8C479;
}
</style>
border-color css
<style>
span { border-color: #A8C479; }
span { border-color: rgb(168,196,121); }
td.TdClassName
{
border-color: #A8C479;
}
.TagClassName
{
border-color: #A8C479;
}
</style>