Shades of Caper #A9BE6C
Tints of Caper #A9BE6C
RGB
CMYK
RGB Variations
Color information
#A9BE6C (or 0xA9BE6C) is known color: Caper. HEX triplet: A9, BE and 6C. RGB value is (169,190,108). Sum of RGB (Red+Green+Blue) = 169+190+108=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE6C is #564193. Grayscale: #AEAEAE. Windows color (decimal): -5652884 or 7126697. OLE color: 7126697.
HSL color Cylindrical-coordinate representation of color #A9BE6C: hue angle of 75.37º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9BE6C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 108 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.25 |
| HSL | 75.37º | 0.39% | 0.58% | - |
| HSV(B) | 75.37º | 0.43% | 0.75% | - |
| XYZ | 37.48 | 46.34 | 21.16 | - |
| YUV | 174.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 108 | 0.11 | 0 | 0.43 | 0.25 | 75.37 | 0.39 | 0.58 |
| Hex | A9 | BE | 6C | B | 0 | 2B | 19 | 4B | 27 | 3A |
| Octal | 251 | 276 | 154 | 13 | 0 | 53 | 31 | 113 | 47 | 72 |
| Binary | 10101001 | 10111110 | 1101100 | 1011 | 0 | 101011 | 11001 | 1001011 | 100111 | 111010 |
Color Harmonies of #A9BE6C
Complementary color
Monochromatic Colors of #A9BE6C
Black with #A9BE6C
Text Example
Text Example
White with #A9BE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE6C; }
p { color: rgb(169,190,108); }
H1.HeaderClassName
{
color: #A9BE6C;
}
.AnyTagClassName
{
color: #A9BE6C;
}
</style>
background-color css
<style>
a { background-color: #A9BE6C; }
a { background-color: rgb(169,190,108); }
div.DivClassName
{
background-color: #A9BE6C;
}
.BgClassName
{
background-color: #A9BE6C;
}
</style>
border-color css
<style>
span { border-color: #A9BE6C; }
span { border-color: rgb(169,190,108); }
td.TdClassName
{
border-color: #A9BE6C;
}
.TagClassName
{
border-color: #A9BE6C;
}
</style>