Shades of Caper #A8BE82
Tints of Caper #A8BE82
RGB
CMYK
RGB Variations
Color information
#A8BE82 (or 0xA8BE82) is known color: Caper. HEX triplet: A8, BE and 82. RGB value is (168,190,130). Sum of RGB (Red+Green+Blue) = 168+190+130=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE82 is #57417D. Grayscale: #B0B0B0. Windows color (decimal): -5718398 or 8568488. OLE color: 8568488.
HSL color Cylindrical-coordinate representation of color #A8BE82: hue angle of 82º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8BE82 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 130 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.25 |
| HSL | 82º | 0.32% | 0.63% | - |
| HSV(B) | 82º | 0.32% | 0.75% | - |
| XYZ | 38.59 | 46.76 | 28.11 | - |
| YUV | 176.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 130 | 0.12 | 0 | 0.32 | 0.25 | 82 | 0.32 | 0.63 |
| Hex | A8 | BE | 82 | C | 0 | 20 | 19 | 52 | 20 | 3F |
| Octal | 250 | 276 | 202 | 14 | 0 | 40 | 31 | 122 | 40 | 77 |
| Binary | 10101000 | 10111110 | 10000010 | 1100 | 0 | 100000 | 11001 | 1010010 | 100000 | 111111 |
Color Harmonies of #A8BE82
Complementary color
Monochromatic Colors of #A8BE82
Black with #A8BE82
Text Example
Text Example
White with #A8BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE82; }
p { color: rgb(168,190,130); }
H1.HeaderClassName
{
color: #A8BE82;
}
.AnyTagClassName
{
color: #A8BE82;
}
</style>
background-color css
<style>
a { background-color: #A8BE82; }
a { background-color: rgb(168,190,130); }
div.DivClassName
{
background-color: #A8BE82;
}
.BgClassName
{
background-color: #A8BE82;
}
</style>
border-color css
<style>
span { border-color: #A8BE82; }
span { border-color: rgb(168,190,130); }
td.TdClassName
{
border-color: #A8BE82;
}
.TagClassName
{
border-color: #A8BE82;
}
</style>