Shades of Caper #A5BD7E
Tints of Caper #A5BD7E
RGB
CMYK
RGB Variations
Color information
#A5BD7E (or 0xA5BD7E) is known color: Caper. HEX triplet: A5, BD and 7E. RGB value is (165,189,126). Sum of RGB (Red+Green+Blue) = 165+189+126=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD7E is #5A4281. Grayscale: #AEAEAE. Windows color (decimal): -5915266 or 8306085. OLE color: 8306085.
HSL color Cylindrical-coordinate representation of color #A5BD7E: hue angle of 82.86º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5BD7E is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 126 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.26 |
| HSL | 82.86º | 0.32% | 0.62% | - |
| HSV(B) | 82.86º | 0.33% | 0.74% | - |
| XYZ | 37.48 | 45.9 | 26.62 | - |
| YUV | 174.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 126 | 0.13 | 0 | 0.33 | 0.26 | 82.86 | 0.32 | 0.62 |
| Hex | A5 | BD | 7E | D | 0 | 21 | 1A | 53 | 20 | 3E |
| Octal | 245 | 275 | 176 | 15 | 0 | 41 | 32 | 123 | 40 | 76 |
| Binary | 10100101 | 10111101 | 1111110 | 1101 | 0 | 100001 | 11010 | 1010011 | 100000 | 111110 |
Color Harmonies of #A5BD7E
Complementary color
Monochromatic Colors of #A5BD7E
Black with #A5BD7E
Text Example
Text Example
White with #A5BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD7E; }
p { color: rgb(165,189,126); }
H1.HeaderClassName
{
color: #A5BD7E;
}
.AnyTagClassName
{
color: #A5BD7E;
}
</style>
background-color css
<style>
a { background-color: #A5BD7E; }
a { background-color: rgb(165,189,126); }
div.DivClassName
{
background-color: #A5BD7E;
}
.BgClassName
{
background-color: #A5BD7E;
}
</style>
border-color css
<style>
span { border-color: #A5BD7E; }
span { border-color: rgb(165,189,126); }
td.TdClassName
{
border-color: #A5BD7E;
}
.TagClassName
{
border-color: #A5BD7E;
}
</style>