Shades of Caper #A8BF85
Tints of Caper #A8BF85
RGB
CMYK
RGB Variations
Color information
#A8BF85 (or 0xA8BF85) is known color: Caper. HEX triplet: A8, BF and 85. RGB value is (168,191,133). Sum of RGB (Red+Green+Blue) = 168+191+133=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF85 is #57407A. Grayscale: #B1B1B1. Windows color (decimal): -5718139 or 8765352. OLE color: 8765352.
HSL color Cylindrical-coordinate representation of color #A8BF85: hue angle of 83.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BF85 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 133 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.25 |
| HSL | 83.79º | 0.31% | 0.64% | - |
| HSV(B) | 83.79º | 0.3% | 0.75% | - |
| XYZ | 39.01 | 47.28 | 29.26 | - |
| YUV | 177.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 133 | 0.12 | 0 | 0.30 | 0.25 | 83.79 | 0.31 | 0.64 |
| Hex | A8 | BF | 85 | C | 0 | 1E | 19 | 54 | 1F | 40 |
| Octal | 250 | 277 | 205 | 14 | 0 | 36 | 31 | 124 | 37 | 100 |
| Binary | 10101000 | 10111111 | 10000101 | 1100 | 0 | 11110 | 11001 | 1010100 | 11111 | 1000000 |
Color Harmonies of #A8BF85
Complementary color
Monochromatic Colors of #A8BF85
Black with #A8BF85
Text Example
Text Example
White with #A8BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF85; }
p { color: rgb(168,191,133); }
H1.HeaderClassName
{
color: #A8BF85;
}
.AnyTagClassName
{
color: #A8BF85;
}
</style>
background-color css
<style>
a { background-color: #A8BF85; }
a { background-color: rgb(168,191,133); }
div.DivClassName
{
background-color: #A8BF85;
}
.BgClassName
{
background-color: #A8BF85;
}
</style>
border-color css
<style>
span { border-color: #A8BF85; }
span { border-color: rgb(168,191,133); }
td.TdClassName
{
border-color: #A8BF85;
}
.TagClassName
{
border-color: #A8BF85;
}
</style>