Shades of Caper #A8BB7B
Tints of Caper #A8BB7B
RGB
CMYK
RGB Variations
Color information
#A8BB7B (or 0xA8BB7B) is known color: Caper. HEX triplet: A8, BB and 7B. RGB value is (168,187,123). Sum of RGB (Red+Green+Blue) = 168+187+123=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB7B is #574484. Grayscale: #AEAEAE. Windows color (decimal): -5719173 or 8108968. OLE color: 8108968.
HSL color Cylindrical-coordinate representation of color #A8BB7B: hue angle of 77.81º 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 #A8BB7B is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 123 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.27 |
| HSL | 77.81º | 0.32% | 0.61% | - |
| HSV(B) | 77.81º | 0.34% | 0.73% | - |
| XYZ | 37.49 | 45.3 | 25.51 | - |
| YUV | 174.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 123 | 0.10 | 0 | 0.34 | 0.27 | 77.81 | 0.32 | 0.61 |
| Hex | A8 | BB | 7B | A | 0 | 22 | 1B | 4E | 20 | 3D |
| Octal | 250 | 273 | 173 | 12 | 0 | 42 | 33 | 116 | 40 | 75 |
| Binary | 10101000 | 10111011 | 1111011 | 1010 | 0 | 100010 | 11011 | 1001110 | 100000 | 111101 |
Color Harmonies of #A8BB7B
Complementary color
Monochromatic Colors of #A8BB7B
Black with #A8BB7B
Text Example
Text Example
White with #A8BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB7B; }
p { color: rgb(168,187,123); }
H1.HeaderClassName
{
color: #A8BB7B;
}
.AnyTagClassName
{
color: #A8BB7B;
}
</style>
background-color css
<style>
a { background-color: #A8BB7B; }
a { background-color: rgb(168,187,123); }
div.DivClassName
{
background-color: #A8BB7B;
}
.BgClassName
{
background-color: #A8BB7B;
}
</style>
border-color css
<style>
span { border-color: #A8BB7B; }
span { border-color: rgb(168,187,123); }
td.TdClassName
{
border-color: #A8BB7B;
}
.TagClassName
{
border-color: #A8BB7B;
}
</style>