Shades of Caper #A9C16D
Tints of Caper #A9C16D
RGB
CMYK
RGB Variations
Color information
#A9C16D (or 0xA9C16D) is known color: Caper. HEX triplet: A9, C1 and 6D. RGB value is (169,193,109). Sum of RGB (Red+Green+Blue) = 169+193+109=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C16D is #563E92. Grayscale: #B0B0B0. Windows color (decimal): -5652115 or 7193001. OLE color: 7193001.
HSL color Cylindrical-coordinate representation of color #A9C16D: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9C16D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 109 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.24 |
| HSL | 77.14º | 0.4% | 0.59% | - |
| HSV(B) | 77.14º | 0.44% | 0.76% | - |
| XYZ | 38.19 | 47.68 | 21.66 | - |
| YUV | 176.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 109 | 0.12 | 0 | 0.44 | 0.24 | 77.14 | 0.4 | 0.59 |
| Hex | A9 | C1 | 6D | C | 0 | 2C | 18 | 4D | 28 | 3B |
| Octal | 251 | 301 | 155 | 14 | 0 | 54 | 30 | 115 | 50 | 73 |
| Binary | 10101001 | 11000001 | 1101101 | 1100 | 0 | 101100 | 11000 | 1001101 | 101000 | 111011 |
Color Harmonies of #A9C16D
Complementary color
Monochromatic Colors of #A9C16D
Black with #A9C16D
Text Example
Text Example
White with #A9C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C16D; }
p { color: rgb(169,193,109); }
H1.HeaderClassName
{
color: #A9C16D;
}
.AnyTagClassName
{
color: #A9C16D;
}
</style>
background-color css
<style>
a { background-color: #A9C16D; }
a { background-color: rgb(169,193,109); }
div.DivClassName
{
background-color: #A9C16D;
}
.BgClassName
{
background-color: #A9C16D;
}
</style>
border-color css
<style>
span { border-color: #A9C16D; }
span { border-color: rgb(169,193,109); }
td.TdClassName
{
border-color: #A9C16D;
}
.TagClassName
{
border-color: #A9C16D;
}
</style>