Shades of Caper #A9C474
Tints of Caper #A9C474
RGB
CMYK
RGB Variations
Color information
#A9C474 (or 0xA9C474) is known color: Caper. HEX triplet: A9, C4 and 74. RGB value is (169,196,116). Sum of RGB (Red+Green+Blue) = 169+196+116=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C474 is #563B8B. Grayscale: #B3B3B3. Windows color (decimal): -5651340 or 7652521. OLE color: 7652521.
HSL color Cylindrical-coordinate representation of color #A9C474: hue angle of 80.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9C474 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 116 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.23 |
| HSL | 80.25º | 0.4% | 0.61% | - |
| HSV(B) | 80.25º | 0.41% | 0.77% | - |
| XYZ | 39.25 | 49.18 | 23.95 | - |
| YUV | 178.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 116 | 0.14 | 0 | 0.41 | 0.23 | 80.25 | 0.4 | 0.61 |
| Hex | A9 | C4 | 74 | E | 0 | 29 | 17 | 50 | 28 | 3D |
| Octal | 251 | 304 | 164 | 16 | 0 | 51 | 27 | 120 | 50 | 75 |
| Binary | 10101001 | 11000100 | 1110100 | 1110 | 0 | 101001 | 10111 | 1010000 | 101000 | 111101 |
Color Harmonies of #A9C474
Complementary color
Monochromatic Colors of #A9C474
Black with #A9C474
Text Example
Text Example
White with #A9C474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C474; }
p { color: rgb(169,196,116); }
H1.HeaderClassName
{
color: #A9C474;
}
.AnyTagClassName
{
color: #A9C474;
}
</style>
background-color css
<style>
a { background-color: #A9C474; }
a { background-color: rgb(169,196,116); }
div.DivClassName
{
background-color: #A9C474;
}
.BgClassName
{
background-color: #A9C474;
}
</style>
border-color css
<style>
span { border-color: #A9C474; }
span { border-color: rgb(169,196,116); }
td.TdClassName
{
border-color: #A9C474;
}
.TagClassName
{
border-color: #A9C474;
}
</style>