Shades of Caper #A8BB7F
Tints of Caper #A8BB7F
RGB
CMYK
RGB Variations
Color information
#A8BB7F (or 0xA8BB7F) is known color: Caper. HEX triplet: A8, BB and 7F. RGB value is (168,187,127). Sum of RGB (Red+Green+Blue) = 168+187+127=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB7F is #574480. Grayscale: #AEAEAE. Windows color (decimal): -5719169 or 8371112. OLE color: 8371112.
HSL color Cylindrical-coordinate representation of color #A8BB7F: hue angle of 79º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8BB7F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 127 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.27 |
| HSL | 79º | 0.31% | 0.62% | - |
| HSV(B) | 79º | 0.32% | 0.73% | - |
| XYZ | 37.75 | 45.4 | 26.85 | - |
| YUV | 174.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 127 | 0.10 | 0 | 0.32 | 0.27 | 79 | 0.31 | 0.62 |
| Hex | A8 | BB | 7F | A | 0 | 20 | 1B | 4F | 1F | 3E |
| Octal | 250 | 273 | 177 | 12 | 0 | 40 | 33 | 117 | 37 | 76 |
| Binary | 10101000 | 10111011 | 1111111 | 1010 | 0 | 100000 | 11011 | 1001111 | 11111 | 111110 |
Color Harmonies of #A8BB7F
Complementary color
Monochromatic Colors of #A8BB7F
Black with #A8BB7F
Text Example
Text Example
White with #A8BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB7F; }
p { color: rgb(168,187,127); }
H1.HeaderClassName
{
color: #A8BB7F;
}
.AnyTagClassName
{
color: #A8BB7F;
}
</style>
background-color css
<style>
a { background-color: #A8BB7F; }
a { background-color: rgb(168,187,127); }
div.DivClassName
{
background-color: #A8BB7F;
}
.BgClassName
{
background-color: #A8BB7F;
}
</style>
border-color css
<style>
span { border-color: #A8BB7F; }
span { border-color: rgb(168,187,127); }
td.TdClassName
{
border-color: #A8BB7F;
}
.TagClassName
{
border-color: #A8BB7F;
}
</style>