Shades of Caper #A4BA80
Tints of Caper #A4BA80
RGB
CMYK
RGB Variations
Color information
#A4BA80 (or 0xA4BA80) is known color: Caper. HEX triplet: A4, BA and 80. RGB value is (164,186,128). Sum of RGB (Red+Green+Blue) = 164+186+128=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA80 is #5B457F. Grayscale: #ADADAD. Windows color (decimal): -5981568 or 8436388. OLE color: 8436388.
HSL color Cylindrical-coordinate representation of color #A4BA80: hue angle of 82.76º 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 #A4BA80 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 128 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.27 |
| HSL | 82.76º | 0.3% | 0.62% | - |
| HSV(B) | 82.76º | 0.31% | 0.73% | - |
| XYZ | 36.77 | 44.57 | 27.09 | - |
| YUV | 172.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 128 | 0.12 | 0 | 0.31 | 0.27 | 82.76 | 0.3 | 0.62 |
| Hex | A4 | BA | 80 | C | 0 | 1F | 1B | 53 | 1E | 3E |
| Octal | 244 | 272 | 200 | 14 | 0 | 37 | 33 | 123 | 36 | 76 |
| Binary | 10100100 | 10111010 | 10000000 | 1100 | 0 | 11111 | 11011 | 1010011 | 11110 | 111110 |
Color Harmonies of #A4BA80
Complementary color
Monochromatic Colors of #A4BA80
Black with #A4BA80
Text Example
Text Example
White with #A4BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA80; }
p { color: rgb(164,186,128); }
H1.HeaderClassName
{
color: #A4BA80;
}
.AnyTagClassName
{
color: #A4BA80;
}
</style>
background-color css
<style>
a { background-color: #A4BA80; }
a { background-color: rgb(164,186,128); }
div.DivClassName
{
background-color: #A4BA80;
}
.BgClassName
{
background-color: #A4BA80;
}
</style>
border-color css
<style>
span { border-color: #A4BA80; }
span { border-color: rgb(164,186,128); }
td.TdClassName
{
border-color: #A4BA80;
}
.TagClassName
{
border-color: #A4BA80;
}
</style>