Shades of Caper #A9C484
Tints of Caper #A9C484
RGB
CMYK
RGB Variations
Color information
#A9C484 (or 0xA9C484) is known color: Caper. HEX triplet: A9, C4 and 84. RGB value is (169,196,132). Sum of RGB (Red+Green+Blue) = 169+196+132=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C484 is #563B7B. Grayscale: #B4B4B4. Windows color (decimal): -5651324 or 8701097. OLE color: 8701097.
HSL color Cylindrical-coordinate representation of color #A9C484: hue angle of 85.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9C484 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 132 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.23 |
| HSL | 85.31º | 0.35% | 0.64% | - |
| HSV(B) | 85.31º | 0.33% | 0.77% | - |
| XYZ | 40.27 | 49.58 | 29.28 | - |
| YUV | 180.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 132 | 0.14 | 0 | 0.33 | 0.23 | 85.31 | 0.35 | 0.64 |
| Hex | A9 | C4 | 84 | E | 0 | 21 | 17 | 55 | 23 | 40 |
| Octal | 251 | 304 | 204 | 16 | 0 | 41 | 27 | 125 | 43 | 100 |
| Binary | 10101001 | 11000100 | 10000100 | 1110 | 0 | 100001 | 10111 | 1010101 | 100011 | 1000000 |
Color Harmonies of #A9C484
Complementary color
Monochromatic Colors of #A9C484
Black with #A9C484
Text Example
Text Example
White with #A9C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C484; }
p { color: rgb(169,196,132); }
H1.HeaderClassName
{
color: #A9C484;
}
.AnyTagClassName
{
color: #A9C484;
}
</style>
background-color css
<style>
a { background-color: #A9C484; }
a { background-color: rgb(169,196,132); }
div.DivClassName
{
background-color: #A9C484;
}
.BgClassName
{
background-color: #A9C484;
}
</style>
border-color css
<style>
span { border-color: #A9C484; }
span { border-color: rgb(169,196,132); }
td.TdClassName
{
border-color: #A9C484;
}
.TagClassName
{
border-color: #A9C484;
}
</style>