Shades of Caper #A6BC7D
Tints of Caper #A6BC7D
RGB
CMYK
RGB Variations
Color information
#A6BC7D (or 0xA6BC7D) is known color: Caper. HEX triplet: A6, BC and 7D. RGB value is (166,188,125). Sum of RGB (Red+Green+Blue) = 166+188+125=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC7D is #594382. Grayscale: #AEAEAE. Windows color (decimal): -5849987 or 8240294. OLE color: 8240294.
HSL color Cylindrical-coordinate representation of color #A6BC7D: hue angle of 80.95º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BC7D is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 125 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.26 |
| HSL | 80.95º | 0.32% | 0.61% | - |
| HSV(B) | 80.95º | 0.34% | 0.74% | - |
| XYZ | 37.41 | 45.55 | 26.22 | - |
| YUV | 174.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 125 | 0.12 | 0 | 0.34 | 0.26 | 80.95 | 0.32 | 0.61 |
| Hex | A6 | BC | 7D | C | 0 | 22 | 1A | 51 | 20 | 3D |
| Octal | 246 | 274 | 175 | 14 | 0 | 42 | 32 | 121 | 40 | 75 |
| Binary | 10100110 | 10111100 | 1111101 | 1100 | 0 | 100010 | 11010 | 1010001 | 100000 | 111101 |
Color Harmonies of #A6BC7D
Complementary color
Monochromatic Colors of #A6BC7D
Black with #A6BC7D
Text Example
Text Example
White with #A6BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC7D; }
p { color: rgb(166,188,125); }
H1.HeaderClassName
{
color: #A6BC7D;
}
.AnyTagClassName
{
color: #A6BC7D;
}
</style>
background-color css
<style>
a { background-color: #A6BC7D; }
a { background-color: rgb(166,188,125); }
div.DivClassName
{
background-color: #A6BC7D;
}
.BgClassName
{
background-color: #A6BC7D;
}
</style>
border-color css
<style>
span { border-color: #A6BC7D; }
span { border-color: rgb(166,188,125); }
td.TdClassName
{
border-color: #A6BC7D;
}
.TagClassName
{
border-color: #A6BC7D;
}
</style>