Shades of Caper #A7BA74
Tints of Caper #A7BA74
RGB
CMYK
RGB Variations
Color information
#A7BA74 (or 0xA7BA74) is known color: Caper. HEX triplet: A7, BA and 74. RGB value is (167,186,116). Sum of RGB (Red+Green+Blue) = 167+186+116=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA74 is #58458B. Grayscale: #ACACAC. Windows color (decimal): -5784972 or 7649959. OLE color: 7649959.
HSL color Cylindrical-coordinate representation of color #A7BA74: hue angle of 76.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7BA74 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 116 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.27 |
| HSL | 76.29º | 0.34% | 0.59% | - |
| HSV(B) | 76.29º | 0.38% | 0.73% | - |
| XYZ | 36.65 | 44.59 | 23.2 | - |
| YUV | 172.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 116 | 0.10 | 0 | 0.38 | 0.27 | 76.29 | 0.34 | 0.59 |
| Hex | A7 | BA | 74 | A | 0 | 26 | 1B | 4C | 22 | 3B |
| Octal | 247 | 272 | 164 | 12 | 0 | 46 | 33 | 114 | 42 | 73 |
| Binary | 10100111 | 10111010 | 1110100 | 1010 | 0 | 100110 | 11011 | 1001100 | 100010 | 111011 |
Color Harmonies of #A7BA74
Complementary color
Monochromatic Colors of #A7BA74
Black with #A7BA74
Text Example
Text Example
White with #A7BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA74; }
p { color: rgb(167,186,116); }
H1.HeaderClassName
{
color: #A7BA74;
}
.AnyTagClassName
{
color: #A7BA74;
}
</style>
background-color css
<style>
a { background-color: #A7BA74; }
a { background-color: rgb(167,186,116); }
div.DivClassName
{
background-color: #A7BA74;
}
.BgClassName
{
background-color: #A7BA74;
}
</style>
border-color css
<style>
span { border-color: #A7BA74; }
span { border-color: rgb(167,186,116); }
td.TdClassName
{
border-color: #A7BA74;
}
.TagClassName
{
border-color: #A7BA74;
}
</style>