Shades of Caper #A9C880
Tints of Caper #A9C880
RGB
CMYK
RGB Variations
Color information
#A9C880 (or 0xA9C880) is known color: Caper. HEX triplet: A9, C8 and 80. RGB value is (169,200,128). Sum of RGB (Red+Green+Blue) = 169+200+128=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C880 is #56377F. Grayscale: #B6B6B6. Windows color (decimal): -5650304 or 8439977. OLE color: 8439977.
HSL color Cylindrical-coordinate representation of color #A9C880: hue angle of 85.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9C880 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 128 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.22 |
| HSL | 85.83º | 0.4% | 0.64% | - |
| HSV(B) | 85.83º | 0.36% | 0.78% | - |
| XYZ | 40.91 | 51.3 | 28.17 | - |
| YUV | 182.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 128 | 0.16 | 0 | 0.36 | 0.22 | 85.83 | 0.4 | 0.64 |
| Hex | A9 | C8 | 80 | 10 | 0 | 24 | 16 | 56 | 28 | 40 |
| Octal | 251 | 310 | 200 | 20 | 0 | 44 | 26 | 126 | 50 | 100 |
| Binary | 10101001 | 11001000 | 10000000 | 10000 | 0 | 100100 | 10110 | 1010110 | 101000 | 1000000 |
Color Harmonies of #A9C880
Complementary color
Monochromatic Colors of #A9C880
Black with #A9C880
Text Example
Text Example
White with #A9C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C880; }
p { color: rgb(169,200,128); }
H1.HeaderClassName
{
color: #A9C880;
}
.AnyTagClassName
{
color: #A9C880;
}
</style>
background-color css
<style>
a { background-color: #A9C880; }
a { background-color: rgb(169,200,128); }
div.DivClassName
{
background-color: #A9C880;
}
.BgClassName
{
background-color: #A9C880;
}
</style>
border-color css
<style>
span { border-color: #A9C880; }
span { border-color: rgb(169,200,128); }
td.TdClassName
{
border-color: #A9C880;
}
.TagClassName
{
border-color: #A9C880;
}
</style>