Shades of Caper #A6BB84
Tints of Caper #A6BB84
RGB
CMYK
RGB Variations
Color information
#A6BB84 (or 0xA6BB84) is known color: Caper. HEX triplet: A6, BB and 84. RGB value is (166,187,132). Sum of RGB (Red+Green+Blue) = 166+187+132=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BB84 is #59447B. Grayscale: #AEAEAE. Windows color (decimal): -5850236 or 8698790. OLE color: 8698790.
HSL color Cylindrical-coordinate representation of color #A6BB84: hue angle of 82.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BB84 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 187 | 132 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.27 |
| HSL | 82.91º | 0.29% | 0.63% | - |
| HSV(B) | 82.91º | 0.29% | 0.73% | - |
| XYZ | 37.66 | 45.31 | 28.59 | - |
| YUV | 174.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 132 | 0.11 | 0 | 0.29 | 0.27 | 82.91 | 0.29 | 0.63 |
| Hex | A6 | BB | 84 | B | 0 | 1D | 1B | 53 | 1D | 3F |
| Octal | 246 | 273 | 204 | 13 | 0 | 35 | 33 | 123 | 35 | 77 |
| Binary | 10100110 | 10111011 | 10000100 | 1011 | 0 | 11101 | 11011 | 1010011 | 11101 | 111111 |
Color Harmonies of #A6BB84
Complementary color
Monochromatic Colors of #A6BB84
Black with #A6BB84
Text Example
Text Example
White with #A6BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BB84; }
p { color: rgb(166,187,132); }
H1.HeaderClassName
{
color: #A6BB84;
}
.AnyTagClassName
{
color: #A6BB84;
}
</style>
background-color css
<style>
a { background-color: #A6BB84; }
a { background-color: rgb(166,187,132); }
div.DivClassName
{
background-color: #A6BB84;
}
.BgClassName
{
background-color: #A6BB84;
}
</style>
border-color css
<style>
span { border-color: #A6BB84; }
span { border-color: rgb(166,187,132); }
td.TdClassName
{
border-color: #A6BB84;
}
.TagClassName
{
border-color: #A6BB84;
}
</style>