Shades of Caper #A8BF73
Tints of Caper #A8BF73
RGB
CMYK
RGB Variations
Color information
#A8BF73 (or 0xA8BF73) is known color: Caper. HEX triplet: A8, BF and 73. RGB value is (168,191,115). Sum of RGB (Red+Green+Blue) = 168+191+115=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF73 is #57408C. Grayscale: #AFAFAF. Windows color (decimal): -5718157 or 7585704. OLE color: 7585704.
HSL color Cylindrical-coordinate representation of color #A8BF73: hue angle of 78.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8BF73 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 115 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.25 |
| HSL | 78.16º | 0.37% | 0.6% | - |
| HSV(B) | 78.16º | 0.4% | 0.75% | - |
| XYZ | 37.87 | 46.82 | 23.26 | - |
| YUV | 175.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 115 | 0.12 | 0 | 0.40 | 0.25 | 78.16 | 0.37 | 0.6 |
| Hex | A8 | BF | 73 | C | 0 | 28 | 19 | 4E | 25 | 3C |
| Octal | 250 | 277 | 163 | 14 | 0 | 50 | 31 | 116 | 45 | 74 |
| Binary | 10101000 | 10111111 | 1110011 | 1100 | 0 | 101000 | 11001 | 1001110 | 100101 | 111100 |
Color Harmonies of #A8BF73
Complementary color
Monochromatic Colors of #A8BF73
Black with #A8BF73
Text Example
Text Example
White with #A8BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF73; }
p { color: rgb(168,191,115); }
H1.HeaderClassName
{
color: #A8BF73;
}
.AnyTagClassName
{
color: #A8BF73;
}
</style>
background-color css
<style>
a { background-color: #A8BF73; }
a { background-color: rgb(168,191,115); }
div.DivClassName
{
background-color: #A8BF73;
}
.BgClassName
{
background-color: #A8BF73;
}
</style>
border-color css
<style>
span { border-color: #A8BF73; }
span { border-color: rgb(168,191,115); }
td.TdClassName
{
border-color: #A8BF73;
}
.TagClassName
{
border-color: #A8BF73;
}
</style>