Shades of Caper #A8BE7C
Tints of Caper #A8BE7C
RGB
CMYK
RGB Variations
Color information
#A8BE7C (or 0xA8BE7C) is known color: Caper. HEX triplet: A8, BE and 7C. RGB value is (168,190,124). Sum of RGB (Red+Green+Blue) = 168+190+124=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE7C is #574183. Grayscale: #B0B0B0. Windows color (decimal): -5718404 or 8175272. OLE color: 8175272.
HSL color Cylindrical-coordinate representation of color #A8BE7C: hue angle of 80º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8BE7C is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 124 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.25 |
| HSL | 80º | 0.34% | 0.62% | - |
| HSV(B) | 80º | 0.35% | 0.75% | - |
| XYZ | 38.2 | 46.61 | 26.05 | - |
| YUV | 175.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 124 | 0.12 | 0 | 0.35 | 0.25 | 80 | 0.34 | 0.62 |
| Hex | A8 | BE | 7C | C | 0 | 23 | 19 | 50 | 22 | 3E |
| Octal | 250 | 276 | 174 | 14 | 0 | 43 | 31 | 120 | 42 | 76 |
| Binary | 10101000 | 10111110 | 1111100 | 1100 | 0 | 100011 | 11001 | 1010000 | 100010 | 111110 |
Color Harmonies of #A8BE7C
Complementary color
Monochromatic Colors of #A8BE7C
Black with #A8BE7C
Text Example
Text Example
White with #A8BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE7C; }
p { color: rgb(168,190,124); }
H1.HeaderClassName
{
color: #A8BE7C;
}
.AnyTagClassName
{
color: #A8BE7C;
}
</style>
background-color css
<style>
a { background-color: #A8BE7C; }
a { background-color: rgb(168,190,124); }
div.DivClassName
{
background-color: #A8BE7C;
}
.BgClassName
{
background-color: #A8BE7C;
}
</style>
border-color css
<style>
span { border-color: #A8BE7C; }
span { border-color: rgb(168,190,124); }
td.TdClassName
{
border-color: #A8BE7C;
}
.TagClassName
{
border-color: #A8BE7C;
}
</style>