Shades of Caper #A9BC78
Tints of Caper #A9BC78
RGB
CMYK
RGB Variations
Color information
#A9BC78 (or 0xA9BC78) is known color: Caper. HEX triplet: A9, BC and 78. RGB value is (169,188,120). Sum of RGB (Red+Green+Blue) = 169+188+120=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC78 is #564387. Grayscale: #AEAEAE. Windows color (decimal): -5653384 or 7912617. OLE color: 7912617.
HSL color Cylindrical-coordinate representation of color #A9BC78: hue angle of 76.76º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9BC78 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 120 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.26 |
| HSL | 76.76º | 0.34% | 0.6% | - |
| HSV(B) | 76.76º | 0.36% | 0.74% | - |
| XYZ | 37.74 | 45.76 | 24.61 | - |
| YUV | 174.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 120 | 0.10 | 0 | 0.36 | 0.26 | 76.76 | 0.34 | 0.6 |
| Hex | A9 | BC | 78 | A | 0 | 24 | 1A | 4D | 22 | 3C |
| Octal | 251 | 274 | 170 | 12 | 0 | 44 | 32 | 115 | 42 | 74 |
| Binary | 10101001 | 10111100 | 1111000 | 1010 | 0 | 100100 | 11010 | 1001101 | 100010 | 111100 |
Color Harmonies of #A9BC78
Complementary color
Monochromatic Colors of #A9BC78
Black with #A9BC78
Text Example
Text Example
White with #A9BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC78; }
p { color: rgb(169,188,120); }
H1.HeaderClassName
{
color: #A9BC78;
}
.AnyTagClassName
{
color: #A9BC78;
}
</style>
background-color css
<style>
a { background-color: #A9BC78; }
a { background-color: rgb(169,188,120); }
div.DivClassName
{
background-color: #A9BC78;
}
.BgClassName
{
background-color: #A9BC78;
}
</style>
border-color css
<style>
span { border-color: #A9BC78; }
span { border-color: rgb(169,188,120); }
td.TdClassName
{
border-color: #A9BC78;
}
.TagClassName
{
border-color: #A9BC78;
}
</style>