Shades of Caper #A8BE84
Tints of Caper #A8BE84
RGB
CMYK
RGB Variations
Color information
#A8BE84 (or 0xA8BE84) is known color: Caper. HEX triplet: A8, BE and 84. RGB value is (168,190,132). Sum of RGB (Red+Green+Blue) = 168+190+132=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE84 is #57417B. Grayscale: #B1B1B1. Windows color (decimal): -5718396 or 8699560. OLE color: 8699560.
HSL color Cylindrical-coordinate representation of color #A8BE84: hue angle of 82.76º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8BE84 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 132 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.25 |
| HSL | 82.76º | 0.31% | 0.63% | - |
| HSV(B) | 82.76º | 0.31% | 0.75% | - |
| XYZ | 38.73 | 46.82 | 28.83 | - |
| YUV | 176.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 132 | 0.12 | 0 | 0.31 | 0.25 | 82.76 | 0.31 | 0.63 |
| Hex | A8 | BE | 84 | C | 0 | 1F | 19 | 53 | 1F | 3F |
| Octal | 250 | 276 | 204 | 14 | 0 | 37 | 31 | 123 | 37 | 77 |
| Binary | 10101000 | 10111110 | 10000100 | 1100 | 0 | 11111 | 11001 | 1010011 | 11111 | 111111 |
Color Harmonies of #A8BE84
Complementary color
Monochromatic Colors of #A8BE84
Black with #A8BE84
Text Example
Text Example
White with #A8BE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE84; }
p { color: rgb(168,190,132); }
H1.HeaderClassName
{
color: #A8BE84;
}
.AnyTagClassName
{
color: #A8BE84;
}
</style>
background-color css
<style>
a { background-color: #A8BE84; }
a { background-color: rgb(168,190,132); }
div.DivClassName
{
background-color: #A8BE84;
}
.BgClassName
{
background-color: #A8BE84;
}
</style>
border-color css
<style>
span { border-color: #A8BE84; }
span { border-color: rgb(168,190,132); }
td.TdClassName
{
border-color: #A8BE84;
}
.TagClassName
{
border-color: #A8BE84;
}
</style>