Shades of Caper #A6BD76
Tints of Caper #A6BD76
RGB
CMYK
RGB Variations
Color information
#A6BD76 (or 0xA6BD76) is known color: Caper. HEX triplet: A6, BD and 76. RGB value is (166,189,118). Sum of RGB (Red+Green+Blue) = 166+189+118=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD76 is #594289. Grayscale: #AEAEAE. Windows color (decimal): -5849738 or 7781798. OLE color: 7781798.
HSL color Cylindrical-coordinate representation of color #A6BD76: hue angle of 79.44º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6BD76 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 118 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.26 |
| HSL | 79.44º | 0.35% | 0.6% | - |
| HSV(B) | 79.44º | 0.38% | 0.74% | - |
| XYZ | 37.19 | 45.81 | 24.02 | - |
| YUV | 174.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 118 | 0.12 | 0 | 0.38 | 0.26 | 79.44 | 0.35 | 0.6 |
| Hex | A6 | BD | 76 | C | 0 | 26 | 1A | 4F | 23 | 3C |
| Octal | 246 | 275 | 166 | 14 | 0 | 46 | 32 | 117 | 43 | 74 |
| Binary | 10100110 | 10111101 | 1110110 | 1100 | 0 | 100110 | 11010 | 1001111 | 100011 | 111100 |
Color Harmonies of #A6BD76
Complementary color
Monochromatic Colors of #A6BD76
Black with #A6BD76
Text Example
Text Example
White with #A6BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD76; }
p { color: rgb(166,189,118); }
H1.HeaderClassName
{
color: #A6BD76;
}
.AnyTagClassName
{
color: #A6BD76;
}
</style>
background-color css
<style>
a { background-color: #A6BD76; }
a { background-color: rgb(166,189,118); }
div.DivClassName
{
background-color: #A6BD76;
}
.BgClassName
{
background-color: #A6BD76;
}
</style>
border-color css
<style>
span { border-color: #A6BD76; }
span { border-color: rgb(166,189,118); }
td.TdClassName
{
border-color: #A6BD76;
}
.TagClassName
{
border-color: #A6BD76;
}
</style>