Shades of Caper #A5BA80
Tints of Caper #A5BA80
RGB
CMYK
RGB Variations
Color information
#A5BA80 (or 0xA5BA80) is known color: Caper. HEX triplet: A5, BA and 80. RGB value is (165,186,128). Sum of RGB (Red+Green+Blue) = 165+186+128=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA80 is #5A457F. Grayscale: #ADADAD. Windows color (decimal): -5916032 or 8436389. OLE color: 8436389.
HSL color Cylindrical-coordinate representation of color #A5BA80: hue angle of 81.72º degrees, saturation: 0.3, 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 #A5BA80 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 128 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.27 |
| HSL | 81.72º | 0.3% | 0.62% | - |
| HSV(B) | 81.72º | 0.31% | 0.73% | - |
| XYZ | 36.97 | 44.68 | 27.1 | - |
| YUV | 173.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 128 | 0.11 | 0 | 0.31 | 0.27 | 81.72 | 0.3 | 0.62 |
| Hex | A5 | BA | 80 | B | 0 | 1F | 1B | 52 | 1E | 3E |
| Octal | 245 | 272 | 200 | 13 | 0 | 37 | 33 | 122 | 36 | 76 |
| Binary | 10100101 | 10111010 | 10000000 | 1011 | 0 | 11111 | 11011 | 1010010 | 11110 | 111110 |
Color Harmonies of #A5BA80
Complementary color
Monochromatic Colors of #A5BA80
Black with #A5BA80
Text Example
Text Example
White with #A5BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA80; }
p { color: rgb(165,186,128); }
H1.HeaderClassName
{
color: #A5BA80;
}
.AnyTagClassName
{
color: #A5BA80;
}
</style>
background-color css
<style>
a { background-color: #A5BA80; }
a { background-color: rgb(165,186,128); }
div.DivClassName
{
background-color: #A5BA80;
}
.BgClassName
{
background-color: #A5BA80;
}
</style>
border-color css
<style>
span { border-color: #A5BA80; }
span { border-color: rgb(165,186,128); }
td.TdClassName
{
border-color: #A5BA80;
}
.TagClassName
{
border-color: #A5BA80;
}
</style>