Shades of Caper #A8BE71
Tints of Caper #A8BE71
RGB
CMYK
RGB Variations
Color information
#A8BE71 (or 0xA8BE71) is known color: Caper. HEX triplet: A8, BE and 71. RGB value is (168,190,113). Sum of RGB (Red+Green+Blue) = 168+190+113=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE71 is #57418E. Grayscale: #AEAEAE. Windows color (decimal): -5718415 or 7454376. OLE color: 7454376.
HSL color Cylindrical-coordinate representation of color #A8BE71: hue angle of 77.14º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8BE71 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 113 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.25 |
| HSL | 77.14º | 0.37% | 0.59% | - |
| HSV(B) | 77.14º | 0.41% | 0.75% | - |
| XYZ | 37.54 | 46.34 | 22.59 | - |
| YUV | 174.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 113 | 0.12 | 0 | 0.41 | 0.25 | 77.14 | 0.37 | 0.59 |
| Hex | A8 | BE | 71 | C | 0 | 29 | 19 | 4D | 25 | 3B |
| Octal | 250 | 276 | 161 | 14 | 0 | 51 | 31 | 115 | 45 | 73 |
| Binary | 10101000 | 10111110 | 1110001 | 1100 | 0 | 101001 | 11001 | 1001101 | 100101 | 111011 |
Color Harmonies of #A8BE71
Complementary color
Monochromatic Colors of #A8BE71
Black with #A8BE71
Text Example
Text Example
White with #A8BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE71; }
p { color: rgb(168,190,113); }
H1.HeaderClassName
{
color: #A8BE71;
}
.AnyTagClassName
{
color: #A8BE71;
}
</style>
background-color css
<style>
a { background-color: #A8BE71; }
a { background-color: rgb(168,190,113); }
div.DivClassName
{
background-color: #A8BE71;
}
.BgClassName
{
background-color: #A8BE71;
}
</style>
border-color css
<style>
span { border-color: #A8BE71; }
span { border-color: rgb(168,190,113); }
td.TdClassName
{
border-color: #A8BE71;
}
.TagClassName
{
border-color: #A8BE71;
}
</style>