Shades of Caper #A8BC81
Tints of Caper #A8BC81
RGB
CMYK
RGB Variations
Color information
#A8BC81 (or 0xA8BC81) is known color: Caper. HEX triplet: A8, BC and 81. RGB value is (168,188,129). Sum of RGB (Red+Green+Blue) = 168+188+129=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC81 is #57437E. Grayscale: #AFAFAF. Windows color (decimal): -5718911 or 8502440. OLE color: 8502440.
HSL color Cylindrical-coordinate representation of color #A8BC81: hue angle of 80.34º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8BC81 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 129 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.26 |
| HSL | 80.34º | 0.31% | 0.62% | - |
| HSV(B) | 80.34º | 0.31% | 0.74% | - |
| XYZ | 38.09 | 45.88 | 27.62 | - |
| YUV | 175.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 129 | 0.11 | 0 | 0.31 | 0.26 | 80.34 | 0.31 | 0.62 |
| Hex | A8 | BC | 81 | B | 0 | 1F | 1A | 50 | 1F | 3E |
| Octal | 250 | 274 | 201 | 13 | 0 | 37 | 32 | 120 | 37 | 76 |
| Binary | 10101000 | 10111100 | 10000001 | 1011 | 0 | 11111 | 11010 | 1010000 | 11111 | 111110 |
Color Harmonies of #A8BC81
Complementary color
Monochromatic Colors of #A8BC81
Black with #A8BC81
Text Example
Text Example
White with #A8BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC81; }
p { color: rgb(168,188,129); }
H1.HeaderClassName
{
color: #A8BC81;
}
.AnyTagClassName
{
color: #A8BC81;
}
</style>
background-color css
<style>
a { background-color: #A8BC81; }
a { background-color: rgb(168,188,129); }
div.DivClassName
{
background-color: #A8BC81;
}
.BgClassName
{
background-color: #A8BC81;
}
</style>
border-color css
<style>
span { border-color: #A8BC81; }
span { border-color: rgb(168,188,129); }
td.TdClassName
{
border-color: #A8BC81;
}
.TagClassName
{
border-color: #A8BC81;
}
</style>