Shades of Caper #A9C479
Tints of Caper #A9C479
RGB
CMYK
RGB Variations
Color information
#A9C479 (or 0xA9C479) is known color: Caper. HEX triplet: A9, C4 and 79. RGB value is (169,196,121). Sum of RGB (Red+Green+Blue) = 169+196+121=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C479 is #563B86. Grayscale: #B3B3B3. Windows color (decimal): -5651335 or 7980201. OLE color: 7980201.
HSL color Cylindrical-coordinate representation of color #A9C479: hue angle of 81.6º 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 #A9C479 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 121 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.23 |
| HSL | 81.6º | 0.39% | 0.62% | - |
| HSV(B) | 81.6º | 0.38% | 0.77% | - |
| XYZ | 39.55 | 49.3 | 25.52 | - |
| YUV | 179.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 121 | 0.14 | 0 | 0.38 | 0.23 | 81.6 | 0.39 | 0.62 |
| Hex | A9 | C4 | 79 | E | 0 | 26 | 17 | 52 | 27 | 3E |
| Octal | 251 | 304 | 171 | 16 | 0 | 46 | 27 | 122 | 47 | 76 |
| Binary | 10101001 | 11000100 | 1111001 | 1110 | 0 | 100110 | 10111 | 1010010 | 100111 | 111110 |
Color Harmonies of #A9C479
Complementary color
Monochromatic Colors of #A9C479
Black with #A9C479
Text Example
Text Example
White with #A9C479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C479; }
p { color: rgb(169,196,121); }
H1.HeaderClassName
{
color: #A9C479;
}
.AnyTagClassName
{
color: #A9C479;
}
</style>
background-color css
<style>
a { background-color: #A9C479; }
a { background-color: rgb(169,196,121); }
div.DivClassName
{
background-color: #A9C479;
}
.BgClassName
{
background-color: #A9C479;
}
</style>
border-color css
<style>
span { border-color: #A9C479; }
span { border-color: rgb(169,196,121); }
td.TdClassName
{
border-color: #A9C479;
}
.TagClassName
{
border-color: #A9C479;
}
</style>