Shades of Caper #A9BC7F
Tints of Caper #A9BC7F
RGB
CMYK
RGB Variations
Color information
#A9BC7F (or 0xA9BC7F) is known color: Caper. HEX triplet: A9, BC and 7F. RGB value is (169,188,127). Sum of RGB (Red+Green+Blue) = 169+188+127=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC7F is #564380. Grayscale: #AFAFAF. Windows color (decimal): -5653377 or 8371369. OLE color: 8371369.
HSL color Cylindrical-coordinate representation of color #A9BC7F: hue angle of 78.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9BC7F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 127 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.26 |
| HSL | 78.69º | 0.31% | 0.62% | - |
| HSV(B) | 78.69º | 0.32% | 0.74% | - |
| XYZ | 38.18 | 45.93 | 26.93 | - |
| YUV | 175.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 127 | 0.10 | 0 | 0.32 | 0.26 | 78.69 | 0.31 | 0.62 |
| Hex | A9 | BC | 7F | A | 0 | 20 | 1A | 4F | 1F | 3E |
| Octal | 251 | 274 | 177 | 12 | 0 | 40 | 32 | 117 | 37 | 76 |
| Binary | 10101001 | 10111100 | 1111111 | 1010 | 0 | 100000 | 11010 | 1001111 | 11111 | 111110 |
Color Harmonies of #A9BC7F
Complementary color
Monochromatic Colors of #A9BC7F
Black with #A9BC7F
Text Example
Text Example
White with #A9BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC7F; }
p { color: rgb(169,188,127); }
H1.HeaderClassName
{
color: #A9BC7F;
}
.AnyTagClassName
{
color: #A9BC7F;
}
</style>
background-color css
<style>
a { background-color: #A9BC7F; }
a { background-color: rgb(169,188,127); }
div.DivClassName
{
background-color: #A9BC7F;
}
.BgClassName
{
background-color: #A9BC7F;
}
</style>
border-color css
<style>
span { border-color: #A9BC7F; }
span { border-color: rgb(169,188,127); }
td.TdClassName
{
border-color: #A9BC7F;
}
.TagClassName
{
border-color: #A9BC7F;
}
</style>