Shades of Caper #A9BD79
Tints of Caper #A9BD79
RGB
CMYK
RGB Variations
Color information
#A9BD79 (or 0xA9BD79) is known color: Caper. HEX triplet: A9, BD and 79. RGB value is (169,189,121). Sum of RGB (Red+Green+Blue) = 169+189+121=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD79 is #564286. Grayscale: #AFAFAF. Windows color (decimal): -5653127 or 7978409. OLE color: 7978409.
HSL color Cylindrical-coordinate representation of color #A9BD79: hue angle of 77.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9BD79 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 121 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.26 |
| HSL | 77.65º | 0.34% | 0.61% | - |
| HSV(B) | 77.65º | 0.36% | 0.74% | - |
| XYZ | 38.01 | 46.21 | 25.01 | - |
| YUV | 175.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 121 | 0.11 | 0 | 0.36 | 0.26 | 77.65 | 0.34 | 0.61 |
| Hex | A9 | BD | 79 | B | 0 | 24 | 1A | 4E | 22 | 3D |
| Octal | 251 | 275 | 171 | 13 | 0 | 44 | 32 | 116 | 42 | 75 |
| Binary | 10101001 | 10111101 | 1111001 | 1011 | 0 | 100100 | 11010 | 1001110 | 100010 | 111101 |
Color Harmonies of #A9BD79
Complementary color
Monochromatic Colors of #A9BD79
Black with #A9BD79
Text Example
Text Example
White with #A9BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD79; }
p { color: rgb(169,189,121); }
H1.HeaderClassName
{
color: #A9BD79;
}
.AnyTagClassName
{
color: #A9BD79;
}
</style>
background-color css
<style>
a { background-color: #A9BD79; }
a { background-color: rgb(169,189,121); }
div.DivClassName
{
background-color: #A9BD79;
}
.BgClassName
{
background-color: #A9BD79;
}
</style>
border-color css
<style>
span { border-color: #A9BD79; }
span { border-color: rgb(169,189,121); }
td.TdClassName
{
border-color: #A9BD79;
}
.TagClassName
{
border-color: #A9BD79;
}
</style>