Shades of Caper #A7BD73
Tints of Caper #A7BD73
RGB
CMYK
RGB Variations
Color information
#A7BD73 (or 0xA7BD73) is known color: Caper. HEX triplet: A7, BD and 73. RGB value is (167,189,115). Sum of RGB (Red+Green+Blue) = 167+189+115=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD73 is #58428C. Grayscale: #AEAEAE. Windows color (decimal): -5784205 or 7585191. OLE color: 7585191.
HSL color Cylindrical-coordinate representation of color #A7BD73: hue angle of 77.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7BD73 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 115 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.26 |
| HSL | 77.84º | 0.36% | 0.6% | - |
| HSV(B) | 77.84º | 0.39% | 0.74% | - |
| XYZ | 37.23 | 45.85 | 23.11 | - |
| YUV | 173.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 115 | 0.12 | 0 | 0.39 | 0.26 | 77.84 | 0.36 | 0.6 |
| Hex | A7 | BD | 73 | C | 0 | 27 | 1A | 4E | 24 | 3C |
| Octal | 247 | 275 | 163 | 14 | 0 | 47 | 32 | 116 | 44 | 74 |
| Binary | 10100111 | 10111101 | 1110011 | 1100 | 0 | 100111 | 11010 | 1001110 | 100100 | 111100 |
Color Harmonies of #A7BD73
Complementary color
Monochromatic Colors of #A7BD73
Black with #A7BD73
Text Example
Text Example
White with #A7BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD73; }
p { color: rgb(167,189,115); }
H1.HeaderClassName
{
color: #A7BD73;
}
.AnyTagClassName
{
color: #A7BD73;
}
</style>
background-color css
<style>
a { background-color: #A7BD73; }
a { background-color: rgb(167,189,115); }
div.DivClassName
{
background-color: #A7BD73;
}
.BgClassName
{
background-color: #A7BD73;
}
</style>
border-color css
<style>
span { border-color: #A7BD73; }
span { border-color: rgb(167,189,115); }
td.TdClassName
{
border-color: #A7BD73;
}
.TagClassName
{
border-color: #A7BD73;
}
</style>