Shades of Caper #A6BC81
Tints of Caper #A6BC81
RGB
CMYK
RGB Variations
Color information
#A6BC81 (or 0xA6BC81) is known color: Caper. HEX triplet: A6, BC and 81. RGB value is (166,188,129). Sum of RGB (Red+Green+Blue) = 166+188+129=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC81 is #59437E. Grayscale: #AEAEAE. Windows color (decimal): -5849983 or 8502438. OLE color: 8502438.
HSL color Cylindrical-coordinate representation of color #A6BC81: hue angle of 82.37º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BC81 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 129 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.26 |
| HSL | 82.37º | 0.31% | 0.62% | - |
| HSV(B) | 82.37º | 0.31% | 0.74% | - |
| XYZ | 37.67 | 45.66 | 27.6 | - |
| YUV | 174.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 129 | 0.12 | 0 | 0.31 | 0.26 | 82.37 | 0.31 | 0.62 |
| Hex | A6 | BC | 81 | C | 0 | 1F | 1A | 52 | 1F | 3E |
| Octal | 246 | 274 | 201 | 14 | 0 | 37 | 32 | 122 | 37 | 76 |
| Binary | 10100110 | 10111100 | 10000001 | 1100 | 0 | 11111 | 11010 | 1010010 | 11111 | 111110 |
Color Harmonies of #A6BC81
Complementary color
Monochromatic Colors of #A6BC81
Black with #A6BC81
Text Example
Text Example
White with #A6BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC81; }
p { color: rgb(166,188,129); }
H1.HeaderClassName
{
color: #A6BC81;
}
.AnyTagClassName
{
color: #A6BC81;
}
</style>
background-color css
<style>
a { background-color: #A6BC81; }
a { background-color: rgb(166,188,129); }
div.DivClassName
{
background-color: #A6BC81;
}
.BgClassName
{
background-color: #A6BC81;
}
</style>
border-color css
<style>
span { border-color: #A6BC81; }
span { border-color: rgb(166,188,129); }
td.TdClassName
{
border-color: #A6BC81;
}
.TagClassName
{
border-color: #A6BC81;
}
</style>