Shades of Caper #A9C282
Tints of Caper #A9C282
RGB
CMYK
RGB Variations
Color information
#A9C282 (or 0xA9C282) is known color: Caper. HEX triplet: A9, C2 and 82. RGB value is (169,194,130). Sum of RGB (Red+Green+Blue) = 169+194+130=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C282 is #563D7D. Grayscale: #B3B3B3. Windows color (decimal): -5651838 or 8569513. OLE color: 8569513.
HSL color Cylindrical-coordinate representation of color #A9C282: hue angle of 83.44º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9C282 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 130 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.24 |
| HSL | 83.44º | 0.34% | 0.64% | - |
| HSV(B) | 83.44º | 0.33% | 0.76% | - |
| XYZ | 39.68 | 48.63 | 28.41 | - |
| YUV | 179.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 130 | 0.13 | 0 | 0.33 | 0.24 | 83.44 | 0.34 | 0.64 |
| Hex | A9 | C2 | 82 | D | 0 | 21 | 18 | 53 | 22 | 40 |
| Octal | 251 | 302 | 202 | 15 | 0 | 41 | 30 | 123 | 42 | 100 |
| Binary | 10101001 | 11000010 | 10000010 | 1101 | 0 | 100001 | 11000 | 1010011 | 100010 | 1000000 |
Color Harmonies of #A9C282
Complementary color
Monochromatic Colors of #A9C282
Black with #A9C282
Text Example
Text Example
White with #A9C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C282; }
p { color: rgb(169,194,130); }
H1.HeaderClassName
{
color: #A9C282;
}
.AnyTagClassName
{
color: #A9C282;
}
</style>
background-color css
<style>
a { background-color: #A9C282; }
a { background-color: rgb(169,194,130); }
div.DivClassName
{
background-color: #A9C282;
}
.BgClassName
{
background-color: #A9C282;
}
</style>
border-color css
<style>
span { border-color: #A9C282; }
span { border-color: rgb(169,194,130); }
td.TdClassName
{
border-color: #A9C282;
}
.TagClassName
{
border-color: #A9C282;
}
</style>