Shades of Caper #A5BF80
Tints of Caper #A5BF80
RGB
CMYK
RGB Variations
Color information
#A5BF80 (or 0xA5BF80) is known color: Caper. HEX triplet: A5, BF and 80. RGB value is (165,191,128). Sum of RGB (Red+Green+Blue) = 165+191+128=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BF80 is #5A407F. Grayscale: #B0B0B0. Windows color (decimal): -5914752 or 8437669. OLE color: 8437669.
HSL color Cylindrical-coordinate representation of color #A5BF80: hue angle of 84.76º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5BF80 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 191 | 128 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.25 |
| HSL | 84.76º | 0.33% | 0.63% | - |
| HSV(B) | 84.76º | 0.33% | 0.75% | - |
| XYZ | 38.04 | 46.82 | 27.45 | - |
| YUV | 176.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 128 | 0.14 | 0 | 0.33 | 0.25 | 84.76 | 0.33 | 0.63 |
| Hex | A5 | BF | 80 | E | 0 | 21 | 19 | 55 | 21 | 3F |
| Octal | 245 | 277 | 200 | 16 | 0 | 41 | 31 | 125 | 41 | 77 |
| Binary | 10100101 | 10111111 | 10000000 | 1110 | 0 | 100001 | 11001 | 1010101 | 100001 | 111111 |
Color Harmonies of #A5BF80
Complementary color
Monochromatic Colors of #A5BF80
Black with #A5BF80
Text Example
Text Example
White with #A5BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BF80; }
p { color: rgb(165,191,128); }
H1.HeaderClassName
{
color: #A5BF80;
}
.AnyTagClassName
{
color: #A5BF80;
}
</style>
background-color css
<style>
a { background-color: #A5BF80; }
a { background-color: rgb(165,191,128); }
div.DivClassName
{
background-color: #A5BF80;
}
.BgClassName
{
background-color: #A5BF80;
}
</style>
border-color css
<style>
span { border-color: #A5BF80; }
span { border-color: rgb(165,191,128); }
td.TdClassName
{
border-color: #A5BF80;
}
.TagClassName
{
border-color: #A5BF80;
}
</style>