Shades of Caper #A6BE7E
Tints of Caper #A6BE7E
RGB
CMYK
RGB Variations
Color information
#A6BE7E (or 0xA6BE7E) is known color: Caper. HEX triplet: A6, BE and 7E. RGB value is (166,190,126). Sum of RGB (Red+Green+Blue) = 166+190+126=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7E is #594181. Grayscale: #AFAFAF. Windows color (decimal): -5849474 or 8306342. OLE color: 8306342.
HSL color Cylindrical-coordinate representation of color #A6BE7E: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BE7E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 126 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.25 |
| HSL | 82.5º | 0.33% | 0.62% | - |
| HSV(B) | 82.5º | 0.34% | 0.75% | - |
| XYZ | 37.91 | 46.44 | 26.7 | - |
| YUV | 175.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 126 | 0.13 | 0 | 0.34 | 0.25 | 82.5 | 0.33 | 0.62 |
| Hex | A6 | BE | 7E | D | 0 | 22 | 19 | 52 | 21 | 3E |
| Octal | 246 | 276 | 176 | 15 | 0 | 42 | 31 | 122 | 41 | 76 |
| Binary | 10100110 | 10111110 | 1111110 | 1101 | 0 | 100010 | 11001 | 1010010 | 100001 | 111110 |
Color Harmonies of #A6BE7E
Complementary color
Monochromatic Colors of #A6BE7E
Black with #A6BE7E
Text Example
Text Example
White with #A6BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE7E; }
p { color: rgb(166,190,126); }
H1.HeaderClassName
{
color: #A6BE7E;
}
.AnyTagClassName
{
color: #A6BE7E;
}
</style>
background-color css
<style>
a { background-color: #A6BE7E; }
a { background-color: rgb(166,190,126); }
div.DivClassName
{
background-color: #A6BE7E;
}
.BgClassName
{
background-color: #A6BE7E;
}
</style>
border-color css
<style>
span { border-color: #A6BE7E; }
span { border-color: rgb(166,190,126); }
td.TdClassName
{
border-color: #A6BE7E;
}
.TagClassName
{
border-color: #A6BE7E;
}
</style>