Shades of Caper #A8BE72
Tints of Caper #A8BE72
RGB
CMYK
RGB Variations
Color information
#A8BE72 (or 0xA8BE72) is known color: Caper. HEX triplet: A8, BE and 72. RGB value is (168,190,114). Sum of RGB (Red+Green+Blue) = 168+190+114=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE72 is #57418D. Grayscale: #AFAFAF. Windows color (decimal): -5718414 or 7519912. OLE color: 7519912.
HSL color Cylindrical-coordinate representation of color #A8BE72: hue angle of 77.37º 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 #A8BE72 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 114 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.25 |
| HSL | 77.37º | 0.37% | 0.6% | - |
| HSV(B) | 77.37º | 0.4% | 0.75% | - |
| XYZ | 37.6 | 46.37 | 22.89 | - |
| YUV | 174.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 114 | 0.12 | 0 | 0.40 | 0.25 | 77.37 | 0.37 | 0.6 |
| Hex | A8 | BE | 72 | C | 0 | 28 | 19 | 4D | 25 | 3C |
| Octal | 250 | 276 | 162 | 14 | 0 | 50 | 31 | 115 | 45 | 74 |
| Binary | 10101000 | 10111110 | 1110010 | 1100 | 0 | 101000 | 11001 | 1001101 | 100101 | 111100 |
Color Harmonies of #A8BE72
Complementary color
Monochromatic Colors of #A8BE72
Black with #A8BE72
Text Example
Text Example
White with #A8BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE72; }
p { color: rgb(168,190,114); }
H1.HeaderClassName
{
color: #A8BE72;
}
.AnyTagClassName
{
color: #A8BE72;
}
</style>
background-color css
<style>
a { background-color: #A8BE72; }
a { background-color: rgb(168,190,114); }
div.DivClassName
{
background-color: #A8BE72;
}
.BgClassName
{
background-color: #A8BE72;
}
</style>
border-color css
<style>
span { border-color: #A8BE72; }
span { border-color: rgb(168,190,114); }
td.TdClassName
{
border-color: #A8BE72;
}
.TagClassName
{
border-color: #A8BE72;
}
</style>