Shades of Caper #A8BE85
Tints of Caper #A8BE85
RGB
CMYK
RGB Variations
Color information
#A8BE85 (or 0xA8BE85) is known color: Caper. HEX triplet: A8, BE and 85. RGB value is (168,190,133). Sum of RGB (Red+Green+Blue) = 168+190+133=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE85 is #57417A. Grayscale: #B1B1B1. Windows color (decimal): -5718395 or 8765096. OLE color: 8765096.
HSL color Cylindrical-coordinate representation of color #A8BE85: hue angle of 83.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BE85 is Cyan = 0.12, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 133 | - |
| CMYK | 0.12 | 0 | 0.3 | 0.25 |
| HSL | 83.16º | 0.3% | 0.63% | - |
| HSV(B) | 83.16º | 0.3% | 0.75% | - |
| XYZ | 38.8 | 46.85 | 29.19 | - |
| YUV | 176.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 133 | 0.12 | 0 | 0.3 | 0.25 | 83.16 | 0.3 | 0.63 |
| Hex | A8 | BE | 85 | C | 0 | 1E | 19 | 53 | 1E | 3F |
| Octal | 250 | 276 | 205 | 14 | 0 | 36 | 31 | 123 | 36 | 77 |
| Binary | 10101000 | 10111110 | 10000101 | 1100 | 0 | 11110 | 11001 | 1010011 | 11110 | 111111 |
Color Harmonies of #A8BE85
Complementary color
Monochromatic Colors of #A8BE85
Black with #A8BE85
Text Example
Text Example
White with #A8BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE85; }
p { color: rgb(168,190,133); }
H1.HeaderClassName
{
color: #A8BE85;
}
.AnyTagClassName
{
color: #A8BE85;
}
</style>
background-color css
<style>
a { background-color: #A8BE85; }
a { background-color: rgb(168,190,133); }
div.DivClassName
{
background-color: #A8BE85;
}
.BgClassName
{
background-color: #A8BE85;
}
</style>
border-color css
<style>
span { border-color: #A8BE85; }
span { border-color: rgb(168,190,133); }
td.TdClassName
{
border-color: #A8BE85;
}
.TagClassName
{
border-color: #A8BE85;
}
</style>