Shades of Caper #A8BB81
Tints of Caper #A8BB81
RGB
CMYK
RGB Variations
Color information
#A8BB81 (or 0xA8BB81) is known color: Caper. HEX triplet: A8, BB and 81. RGB value is (168,187,129). Sum of RGB (Red+Green+Blue) = 168+187+129=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB81 is #57447E. Grayscale: #AEAEAE. Windows color (decimal): -5719167 or 8502184. OLE color: 8502184.
HSL color Cylindrical-coordinate representation of color #A8BB81: hue angle of 79.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8BB81 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 129 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.27 |
| HSL | 79.66º | 0.3% | 0.62% | - |
| HSV(B) | 79.66º | 0.31% | 0.73% | - |
| XYZ | 37.88 | 45.45 | 27.55 | - |
| YUV | 174.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 129 | 0.10 | 0 | 0.31 | 0.27 | 79.66 | 0.3 | 0.62 |
| Hex | A8 | BB | 81 | A | 0 | 1F | 1B | 50 | 1E | 3E |
| Octal | 250 | 273 | 201 | 12 | 0 | 37 | 33 | 120 | 36 | 76 |
| Binary | 10101000 | 10111011 | 10000001 | 1010 | 0 | 11111 | 11011 | 1010000 | 11110 | 111110 |
Color Harmonies of #A8BB81
Complementary color
Monochromatic Colors of #A8BB81
Black with #A8BB81
Text Example
Text Example
White with #A8BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB81; }
p { color: rgb(168,187,129); }
H1.HeaderClassName
{
color: #A8BB81;
}
.AnyTagClassName
{
color: #A8BB81;
}
</style>
background-color css
<style>
a { background-color: #A8BB81; }
a { background-color: rgb(168,187,129); }
div.DivClassName
{
background-color: #A8BB81;
}
.BgClassName
{
background-color: #A8BB81;
}
</style>
border-color css
<style>
span { border-color: #A8BB81; }
span { border-color: rgb(168,187,129); }
td.TdClassName
{
border-color: #A8BB81;
}
.TagClassName
{
border-color: #A8BB81;
}
</style>