Shades of Caper #A8BB80
Tints of Caper #A8BB80
RGB
CMYK
RGB Variations
Color information
#A8BB80 (or 0xA8BB80) is known color: Caper. HEX triplet: A8, BB and 80. RGB value is (168,187,128). Sum of RGB (Red+Green+Blue) = 168+187+128=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB80 is #57447F. Grayscale: #AEAEAE. Windows color (decimal): -5719168 or 8436648. OLE color: 8436648.
HSL color Cylindrical-coordinate representation of color #A8BB80: hue angle of 79.32º degrees, saturation: 0.3, 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 #A8BB80 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 128 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.27 |
| HSL | 79.32º | 0.3% | 0.62% | - |
| HSV(B) | 79.32º | 0.32% | 0.73% | - |
| XYZ | 37.82 | 45.42 | 27.2 | - |
| YUV | 174.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 128 | 0.10 | 0 | 0.32 | 0.27 | 79.32 | 0.3 | 0.62 |
| Hex | A8 | BB | 80 | A | 0 | 20 | 1B | 4F | 1E | 3E |
| Octal | 250 | 273 | 200 | 12 | 0 | 40 | 33 | 117 | 36 | 76 |
| Binary | 10101000 | 10111011 | 10000000 | 1010 | 0 | 100000 | 11011 | 1001111 | 11110 | 111110 |
Color Harmonies of #A8BB80
Complementary color
Monochromatic Colors of #A8BB80
Black with #A8BB80
Text Example
Text Example
White with #A8BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB80; }
p { color: rgb(168,187,128); }
H1.HeaderClassName
{
color: #A8BB80;
}
.AnyTagClassName
{
color: #A8BB80;
}
</style>
background-color css
<style>
a { background-color: #A8BB80; }
a { background-color: rgb(168,187,128); }
div.DivClassName
{
background-color: #A8BB80;
}
.BgClassName
{
background-color: #A8BB80;
}
</style>
border-color css
<style>
span { border-color: #A8BB80; }
span { border-color: rgb(168,187,128); }
td.TdClassName
{
border-color: #A8BB80;
}
.TagClassName
{
border-color: #A8BB80;
}
</style>