Shades of Caper #A6BD83
Tints of Caper #A6BD83
RGB
CMYK
RGB Variations
Color information
#A6BD83 (or 0xA6BD83) is known color: Caper. HEX triplet: A6, BD and 83. RGB value is (166,189,131). Sum of RGB (Red+Green+Blue) = 166+189+131=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BD83 is #59427C. Grayscale: #AFAFAF. Windows color (decimal): -5849725 or 8633766. OLE color: 8633766.
HSL color Cylindrical-coordinate representation of color #A6BD83: hue angle of 83.79º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BD83 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 131 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.26 |
| HSL | 83.79º | 0.31% | 0.63% | - |
| HSV(B) | 83.79º | 0.31% | 0.74% | - |
| XYZ | 38.02 | 46.14 | 28.37 | - |
| YUV | 175.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 131 | 0.12 | 0 | 0.31 | 0.26 | 83.79 | 0.31 | 0.63 |
| Hex | A6 | BD | 83 | C | 0 | 1F | 1A | 54 | 1F | 3F |
| Octal | 246 | 275 | 203 | 14 | 0 | 37 | 32 | 124 | 37 | 77 |
| Binary | 10100110 | 10111101 | 10000011 | 1100 | 0 | 11111 | 11010 | 1010100 | 11111 | 111111 |
Color Harmonies of #A6BD83
Complementary color
Monochromatic Colors of #A6BD83
Black with #A6BD83
Text Example
Text Example
White with #A6BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD83; }
p { color: rgb(166,189,131); }
H1.HeaderClassName
{
color: #A6BD83;
}
.AnyTagClassName
{
color: #A6BD83;
}
</style>
background-color css
<style>
a { background-color: #A6BD83; }
a { background-color: rgb(166,189,131); }
div.DivClassName
{
background-color: #A6BD83;
}
.BgClassName
{
background-color: #A6BD83;
}
</style>
border-color css
<style>
span { border-color: #A6BD83; }
span { border-color: rgb(166,189,131); }
td.TdClassName
{
border-color: #A6BD83;
}
.TagClassName
{
border-color: #A6BD83;
}
</style>