Shades of Caper #A8BC85
Tints of Caper #A8BC85
RGB
CMYK
RGB Variations
Color information
#A8BC85 (or 0xA8BC85) is known color: Caper. HEX triplet: A8, BC and 85. RGB value is (168,188,133). Sum of RGB (Red+Green+Blue) = 168+188+133=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC85 is #57437A. Grayscale: #AFAFAF. Windows color (decimal): -5718907 or 8764584. OLE color: 8764584.
HSL color Cylindrical-coordinate representation of color #A8BC85: hue angle of 81.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BC85 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 133 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.26 |
| HSL | 81.82º | 0.29% | 0.63% | - |
| HSV(B) | 81.82º | 0.29% | 0.74% | - |
| XYZ | 38.37 | 45.98 | 29.04 | - |
| YUV | 175.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 133 | 0.11 | 0 | 0.29 | 0.26 | 81.82 | 0.29 | 0.63 |
| Hex | A8 | BC | 85 | B | 0 | 1D | 1A | 52 | 1D | 3F |
| Octal | 250 | 274 | 205 | 13 | 0 | 35 | 32 | 122 | 35 | 77 |
| Binary | 10101000 | 10111100 | 10000101 | 1011 | 0 | 11101 | 11010 | 1010010 | 11101 | 111111 |
Color Harmonies of #A8BC85
Complementary color
Monochromatic Colors of #A8BC85
Black with #A8BC85
Text Example
Text Example
White with #A8BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC85; }
p { color: rgb(168,188,133); }
H1.HeaderClassName
{
color: #A8BC85;
}
.AnyTagClassName
{
color: #A8BC85;
}
</style>
background-color css
<style>
a { background-color: #A8BC85; }
a { background-color: rgb(168,188,133); }
div.DivClassName
{
background-color: #A8BC85;
}
.BgClassName
{
background-color: #A8BC85;
}
</style>
border-color css
<style>
span { border-color: #A8BC85; }
span { border-color: rgb(168,188,133); }
td.TdClassName
{
border-color: #A8BC85;
}
.TagClassName
{
border-color: #A8BC85;
}
</style>