Shades of Caper #A6BE82
Tints of Caper #A6BE82
RGB
CMYK
RGB Variations
Color information
#A6BE82 (or 0xA6BE82) is known color: Caper. HEX triplet: A6, BE and 82. RGB value is (166,190,130). Sum of RGB (Red+Green+Blue) = 166+190+130=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE82 is #59417D. Grayscale: #B0B0B0. Windows color (decimal): -5849470 or 8568486. OLE color: 8568486.
HSL color Cylindrical-coordinate representation of color #A6BE82: hue angle of 84º 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 #A6BE82 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 130 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.25 |
| HSL | 84º | 0.32% | 0.63% | - |
| HSV(B) | 84º | 0.32% | 0.75% | - |
| XYZ | 38.17 | 46.55 | 28.09 | - |
| YUV | 175.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 130 | 0.13 | 0 | 0.32 | 0.25 | 84 | 0.32 | 0.63 |
| Hex | A6 | BE | 82 | D | 0 | 20 | 19 | 54 | 20 | 3F |
| Octal | 246 | 276 | 202 | 15 | 0 | 40 | 31 | 124 | 40 | 77 |
| Binary | 10100110 | 10111110 | 10000010 | 1101 | 0 | 100000 | 11001 | 1010100 | 100000 | 111111 |
Color Harmonies of #A6BE82
Complementary color
Monochromatic Colors of #A6BE82
Black with #A6BE82
Text Example
Text Example
White with #A6BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE82; }
p { color: rgb(166,190,130); }
H1.HeaderClassName
{
color: #A6BE82;
}
.AnyTagClassName
{
color: #A6BE82;
}
</style>
background-color css
<style>
a { background-color: #A6BE82; }
a { background-color: rgb(166,190,130); }
div.DivClassName
{
background-color: #A6BE82;
}
.BgClassName
{
background-color: #A6BE82;
}
</style>
border-color css
<style>
span { border-color: #A6BE82; }
span { border-color: rgb(166,190,130); }
td.TdClassName
{
border-color: #A6BE82;
}
.TagClassName
{
border-color: #A6BE82;
}
</style>