Shades of Caper #A8BD85
Tints of Caper #A8BD85
RGB
CMYK
RGB Variations
Color information
#A8BD85 (or 0xA8BD85) is known color: Caper. HEX triplet: A8, BD and 85. RGB value is (168,189,133). Sum of RGB (Red+Green+Blue) = 168+189+133=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD85 is #57427A. Grayscale: #B0B0B0. Windows color (decimal): -5718651 or 8764840. OLE color: 8764840.
HSL color Cylindrical-coordinate representation of color #A8BD85: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BD85 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 133 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.26 |
| HSL | 82.5º | 0.3% | 0.63% | - |
| HSV(B) | 82.5º | 0.3% | 0.74% | - |
| XYZ | 38.58 | 46.41 | 29.12 | - |
| YUV | 176.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 133 | 0.11 | 0 | 0.30 | 0.26 | 82.5 | 0.3 | 0.63 |
| Hex | A8 | BD | 85 | B | 0 | 1E | 1A | 52 | 1E | 3F |
| Octal | 250 | 275 | 205 | 13 | 0 | 36 | 32 | 122 | 36 | 77 |
| Binary | 10101000 | 10111101 | 10000101 | 1011 | 0 | 11110 | 11010 | 1010010 | 11110 | 111111 |
Color Harmonies of #A8BD85
Complementary color
Monochromatic Colors of #A8BD85
Black with #A8BD85
Text Example
Text Example
White with #A8BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD85; }
p { color: rgb(168,189,133); }
H1.HeaderClassName
{
color: #A8BD85;
}
.AnyTagClassName
{
color: #A8BD85;
}
</style>
background-color css
<style>
a { background-color: #A8BD85; }
a { background-color: rgb(168,189,133); }
div.DivClassName
{
background-color: #A8BD85;
}
.BgClassName
{
background-color: #A8BD85;
}
</style>
border-color css
<style>
span { border-color: #A8BD85; }
span { border-color: rgb(168,189,133); }
td.TdClassName
{
border-color: #A8BD85;
}
.TagClassName
{
border-color: #A8BD85;
}
</style>