Shades of Caper #A8BD73
Tints of Caper #A8BD73
RGB
CMYK
RGB Variations
Color information
#A8BD73 (or 0xA8BD73) is known color: Caper. HEX triplet: A8, BD and 73. RGB value is (168,189,115). Sum of RGB (Red+Green+Blue) = 168+189+115=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD73 is #57428C. Grayscale: #AEAEAE. Windows color (decimal): -5718669 or 7585192. OLE color: 7585192.
HSL color Cylindrical-coordinate representation of color #A8BD73: hue angle of 77.03º 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 #A8BD73 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 115 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.26 |
| HSL | 77.03º | 0.36% | 0.6% | - |
| HSV(B) | 77.03º | 0.39% | 0.74% | - |
| XYZ | 37.44 | 45.96 | 23.12 | - |
| YUV | 174.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 115 | 0.11 | 0 | 0.39 | 0.26 | 77.03 | 0.36 | 0.6 |
| Hex | A8 | BD | 73 | B | 0 | 27 | 1A | 4D | 24 | 3C |
| Octal | 250 | 275 | 163 | 13 | 0 | 47 | 32 | 115 | 44 | 74 |
| Binary | 10101000 | 10111101 | 1110011 | 1011 | 0 | 100111 | 11010 | 1001101 | 100100 | 111100 |
Color Harmonies of #A8BD73
Complementary color
Monochromatic Colors of #A8BD73
Black with #A8BD73
Text Example
Text Example
White with #A8BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD73; }
p { color: rgb(168,189,115); }
H1.HeaderClassName
{
color: #A8BD73;
}
.AnyTagClassName
{
color: #A8BD73;
}
</style>
background-color css
<style>
a { background-color: #A8BD73; }
a { background-color: rgb(168,189,115); }
div.DivClassName
{
background-color: #A8BD73;
}
.BgClassName
{
background-color: #A8BD73;
}
</style>
border-color css
<style>
span { border-color: #A8BD73; }
span { border-color: rgb(168,189,115); }
td.TdClassName
{
border-color: #A8BD73;
}
.TagClassName
{
border-color: #A8BD73;
}
</style>