Shades of Caper #A9BB78
Tints of Caper #A9BB78
RGB
CMYK
RGB Variations
Color information
#A9BB78 (or 0xA9BB78) is known color: Caper. HEX triplet: A9, BB and 78. RGB value is (169,187,120). Sum of RGB (Red+Green+Blue) = 169+187+120=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BB78 is #564487. Grayscale: #AEAEAE. Windows color (decimal): -5653640 or 7912361. OLE color: 7912361.
HSL color Cylindrical-coordinate representation of color #A9BB78: hue angle of 76.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9BB78 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 120 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.27 |
| HSL | 76.12º | 0.33% | 0.6% | - |
| HSV(B) | 76.12º | 0.36% | 0.73% | - |
| XYZ | 37.52 | 45.33 | 24.54 | - |
| YUV | 173.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 120 | 0.10 | 0 | 0.36 | 0.27 | 76.12 | 0.33 | 0.6 |
| Hex | A9 | BB | 78 | A | 0 | 24 | 1B | 4C | 21 | 3C |
| Octal | 251 | 273 | 170 | 12 | 0 | 44 | 33 | 114 | 41 | 74 |
| Binary | 10101001 | 10111011 | 1111000 | 1010 | 0 | 100100 | 11011 | 1001100 | 100001 | 111100 |
Color Harmonies of #A9BB78
Complementary color
Monochromatic Colors of #A9BB78
Black with #A9BB78
Text Example
Text Example
White with #A9BB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BB78; }
p { color: rgb(169,187,120); }
H1.HeaderClassName
{
color: #A9BB78;
}
.AnyTagClassName
{
color: #A9BB78;
}
</style>
background-color css
<style>
a { background-color: #A9BB78; }
a { background-color: rgb(169,187,120); }
div.DivClassName
{
background-color: #A9BB78;
}
.BgClassName
{
background-color: #A9BB78;
}
</style>
border-color css
<style>
span { border-color: #A9BB78; }
span { border-color: rgb(169,187,120); }
td.TdClassName
{
border-color: #A9BB78;
}
.TagClassName
{
border-color: #A9BB78;
}
</style>