Shades of Caper #A9BF76
Tints of Caper #A9BF76
RGB
CMYK
RGB Variations
Color information
#A9BF76 (or 0xA9BF76) is known color: Caper. HEX triplet: A9, BF and 76. RGB value is (169,191,118). Sum of RGB (Red+Green+Blue) = 169+191+118=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF76 is #564089. Grayscale: #B0B0B0. Windows color (decimal): -5652618 or 7782313. OLE color: 7782313.
HSL color Cylindrical-coordinate representation of color #A9BF76: hue angle of 78.08º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9BF76 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 118 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.25 |
| HSL | 78.08º | 0.36% | 0.61% | - |
| HSV(B) | 78.08º | 0.38% | 0.75% | - |
| XYZ | 38.26 | 47 | 24.2 | - |
| YUV | 176.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 118 | 0.12 | 0 | 0.38 | 0.25 | 78.08 | 0.36 | 0.61 |
| Hex | A9 | BF | 76 | C | 0 | 26 | 19 | 4E | 24 | 3D |
| Octal | 251 | 277 | 166 | 14 | 0 | 46 | 31 | 116 | 44 | 75 |
| Binary | 10101001 | 10111111 | 1110110 | 1100 | 0 | 100110 | 11001 | 1001110 | 100100 | 111101 |
Color Harmonies of #A9BF76
Complementary color
Monochromatic Colors of #A9BF76
Black with #A9BF76
Text Example
Text Example
White with #A9BF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF76; }
p { color: rgb(169,191,118); }
H1.HeaderClassName
{
color: #A9BF76;
}
.AnyTagClassName
{
color: #A9BF76;
}
</style>
background-color css
<style>
a { background-color: #A9BF76; }
a { background-color: rgb(169,191,118); }
div.DivClassName
{
background-color: #A9BF76;
}
.BgClassName
{
background-color: #A9BF76;
}
</style>
border-color css
<style>
span { border-color: #A9BF76; }
span { border-color: rgb(169,191,118); }
td.TdClassName
{
border-color: #A9BF76;
}
.TagClassName
{
border-color: #A9BF76;
}
</style>