Shades of Caper #A6BB7B
Tints of Caper #A6BB7B
RGB
CMYK
RGB Variations
Color information
#A6BB7B (or 0xA6BB7B) is known color: Caper. HEX triplet: A6, BB and 7B. RGB value is (166,187,123). Sum of RGB (Red+Green+Blue) = 166+187+123=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BB7B is #594484. Grayscale: #ADADAD. Windows color (decimal): -5850245 or 8108966. OLE color: 8108966.
HSL color Cylindrical-coordinate representation of color #A6BB7B: hue angle of 79.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BB7B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 187 | 123 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.27 |
| HSL | 79.69º | 0.32% | 0.61% | - |
| HSV(B) | 79.69º | 0.34% | 0.73% | - |
| XYZ | 37.07 | 45.08 | 25.49 | - |
| YUV | 173.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 123 | 0.11 | 0 | 0.34 | 0.27 | 79.69 | 0.32 | 0.61 |
| Hex | A6 | BB | 7B | B | 0 | 22 | 1B | 50 | 20 | 3D |
| Octal | 246 | 273 | 173 | 13 | 0 | 42 | 33 | 120 | 40 | 75 |
| Binary | 10100110 | 10111011 | 1111011 | 1011 | 0 | 100010 | 11011 | 1010000 | 100000 | 111101 |
Color Harmonies of #A6BB7B
Complementary color
Monochromatic Colors of #A6BB7B
Black with #A6BB7B
Text Example
Text Example
White with #A6BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BB7B; }
p { color: rgb(166,187,123); }
H1.HeaderClassName
{
color: #A6BB7B;
}
.AnyTagClassName
{
color: #A6BB7B;
}
</style>
background-color css
<style>
a { background-color: #A6BB7B; }
a { background-color: rgb(166,187,123); }
div.DivClassName
{
background-color: #A6BB7B;
}
.BgClassName
{
background-color: #A6BB7B;
}
</style>
border-color css
<style>
span { border-color: #A6BB7B; }
span { border-color: rgb(166,187,123); }
td.TdClassName
{
border-color: #A6BB7B;
}
.TagClassName
{
border-color: #A6BB7B;
}
</style>