Shades of Caper #A8BC71
Tints of Caper #A8BC71
RGB
CMYK
RGB Variations
Color information
#A8BC71 (or 0xA8BC71) is known color: Caper. HEX triplet: A8, BC and 71. RGB value is (168,188,113). Sum of RGB (Red+Green+Blue) = 168+188+113=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC71 is #57438E. Grayscale: #ADADAD. Windows color (decimal): -5718927 or 7453864. OLE color: 7453864.
HSL color Cylindrical-coordinate representation of color #A8BC71: hue angle of 76º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8BC71 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 113 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.26 |
| HSL | 76º | 0.36% | 0.59% | - |
| HSV(B) | 76º | 0.4% | 0.74% | - |
| XYZ | 37.11 | 45.48 | 22.45 | - |
| YUV | 173.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 113 | 0.11 | 0 | 0.40 | 0.26 | 76 | 0.36 | 0.59 |
| Hex | A8 | BC | 71 | B | 0 | 28 | 1A | 4C | 24 | 3B |
| Octal | 250 | 274 | 161 | 13 | 0 | 50 | 32 | 114 | 44 | 73 |
| Binary | 10101000 | 10111100 | 1110001 | 1011 | 0 | 101000 | 11010 | 1001100 | 100100 | 111011 |
Color Harmonies of #A8BC71
Complementary color
Monochromatic Colors of #A8BC71
Black with #A8BC71
Text Example
Text Example
White with #A8BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC71; }
p { color: rgb(168,188,113); }
H1.HeaderClassName
{
color: #A8BC71;
}
.AnyTagClassName
{
color: #A8BC71;
}
</style>
background-color css
<style>
a { background-color: #A8BC71; }
a { background-color: rgb(168,188,113); }
div.DivClassName
{
background-color: #A8BC71;
}
.BgClassName
{
background-color: #A8BC71;
}
</style>
border-color css
<style>
span { border-color: #A8BC71; }
span { border-color: rgb(168,188,113); }
td.TdClassName
{
border-color: #A8BC71;
}
.TagClassName
{
border-color: #A8BC71;
}
</style>