Shades of Caper #A8BD80
Tints of Caper #A8BD80
RGB
CMYK
RGB Variations
Color information
#A8BD80 (or 0xA8BD80) is known color: Caper. HEX triplet: A8, BD and 80. RGB value is (168,189,128). Sum of RGB (Red+Green+Blue) = 168+189+128=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD80 is #57427F. Grayscale: #AFAFAF. Windows color (decimal): -5718656 or 8437160. OLE color: 8437160.
HSL color Cylindrical-coordinate representation of color #A8BD80: hue angle of 80.66º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8BD80 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 128 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.26 |
| HSL | 80.66º | 0.32% | 0.62% | - |
| HSV(B) | 80.66º | 0.32% | 0.74% | - |
| XYZ | 38.24 | 46.28 | 27.34 | - |
| YUV | 175.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 128 | 0.11 | 0 | 0.32 | 0.26 | 80.66 | 0.32 | 0.62 |
| Hex | A8 | BD | 80 | B | 0 | 20 | 1A | 51 | 20 | 3E |
| Octal | 250 | 275 | 200 | 13 | 0 | 40 | 32 | 121 | 40 | 76 |
| Binary | 10101000 | 10111101 | 10000000 | 1011 | 0 | 100000 | 11010 | 1010001 | 100000 | 111110 |
Color Harmonies of #A8BD80
Complementary color
Monochromatic Colors of #A8BD80
Black with #A8BD80
Text Example
Text Example
White with #A8BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD80; }
p { color: rgb(168,189,128); }
H1.HeaderClassName
{
color: #A8BD80;
}
.AnyTagClassName
{
color: #A8BD80;
}
</style>
background-color css
<style>
a { background-color: #A8BD80; }
a { background-color: rgb(168,189,128); }
div.DivClassName
{
background-color: #A8BD80;
}
.BgClassName
{
background-color: #A8BD80;
}
</style>
border-color css
<style>
span { border-color: #A8BD80; }
span { border-color: rgb(168,189,128); }
td.TdClassName
{
border-color: #A8BD80;
}
.TagClassName
{
border-color: #A8BD80;
}
</style>