Shades of Caper #A6BA78
Tints of Caper #A6BA78
RGB
CMYK
RGB Variations
Color information
#A6BA78 (or 0xA6BA78) is known color: Caper. HEX triplet: A6, BA and 78. RGB value is (166,186,120). Sum of RGB (Red+Green+Blue) = 166+186+120=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA78 is #594587. Grayscale: #ACACAC. Windows color (decimal): -5850504 or 7912102. OLE color: 7912102.
HSL color Cylindrical-coordinate representation of color #A6BA78: hue angle of 78.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6BA78 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 120 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.27 |
| HSL | 78.18º | 0.32% | 0.6% | - |
| HSV(B) | 78.18º | 0.35% | 0.73% | - |
| XYZ | 36.67 | 44.58 | 24.44 | - |
| YUV | 172.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 120 | 0.11 | 0 | 0.35 | 0.27 | 78.18 | 0.32 | 0.6 |
| Hex | A6 | BA | 78 | B | 0 | 23 | 1B | 4E | 20 | 3C |
| Octal | 246 | 272 | 170 | 13 | 0 | 43 | 33 | 116 | 40 | 74 |
| Binary | 10100110 | 10111010 | 1111000 | 1011 | 0 | 100011 | 11011 | 1001110 | 100000 | 111100 |
Color Harmonies of #A6BA78
Complementary color
Monochromatic Colors of #A6BA78
Black with #A6BA78
Text Example
Text Example
White with #A6BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA78; }
p { color: rgb(166,186,120); }
H1.HeaderClassName
{
color: #A6BA78;
}
.AnyTagClassName
{
color: #A6BA78;
}
</style>
background-color css
<style>
a { background-color: #A6BA78; }
a { background-color: rgb(166,186,120); }
div.DivClassName
{
background-color: #A6BA78;
}
.BgClassName
{
background-color: #A6BA78;
}
</style>
border-color css
<style>
span { border-color: #A6BA78; }
span { border-color: rgb(166,186,120); }
td.TdClassName
{
border-color: #A6BA78;
}
.TagClassName
{
border-color: #A6BA78;
}
</style>