Shades of Caper #A5BA81
Tints of Caper #A5BA81
RGB
CMYK
RGB Variations
Color information
#A5BA81 (or 0xA5BA81) is known color: Caper. HEX triplet: A5, BA and 81. RGB value is (165,186,129). Sum of RGB (Red+Green+Blue) = 165+186+129=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA81 is #5A457E. Grayscale: #ADADAD. Windows color (decimal): -5916031 or 8501925. OLE color: 8501925.
HSL color Cylindrical-coordinate representation of color #A5BA81: hue angle of 82.11º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BA81 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 129 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.27 |
| HSL | 82.11º | 0.29% | 0.62% | - |
| HSV(B) | 82.11º | 0.31% | 0.73% | - |
| XYZ | 37.04 | 44.7 | 27.45 | - |
| YUV | 173.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 129 | 0.11 | 0 | 0.31 | 0.27 | 82.11 | 0.29 | 0.62 |
| Hex | A5 | BA | 81 | B | 0 | 1F | 1B | 52 | 1D | 3E |
| Octal | 245 | 272 | 201 | 13 | 0 | 37 | 33 | 122 | 35 | 76 |
| Binary | 10100101 | 10111010 | 10000001 | 1011 | 0 | 11111 | 11011 | 1010010 | 11101 | 111110 |
Color Harmonies of #A5BA81
Complementary color
Monochromatic Colors of #A5BA81
Black with #A5BA81
Text Example
Text Example
White with #A5BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA81; }
p { color: rgb(165,186,129); }
H1.HeaderClassName
{
color: #A5BA81;
}
.AnyTagClassName
{
color: #A5BA81;
}
</style>
background-color css
<style>
a { background-color: #A5BA81; }
a { background-color: rgb(165,186,129); }
div.DivClassName
{
background-color: #A5BA81;
}
.BgClassName
{
background-color: #A5BA81;
}
</style>
border-color css
<style>
span { border-color: #A5BA81; }
span { border-color: rgb(165,186,129); }
td.TdClassName
{
border-color: #A5BA81;
}
.TagClassName
{
border-color: #A5BA81;
}
</style>