Shades of Caper #A5BC7C
Tints of Caper #A5BC7C
RGB
CMYK
RGB Variations
Color information
#A5BC7C (or 0xA5BC7C) is known color: Caper. HEX triplet: A5, BC and 7C. RGB value is (165,188,124). Sum of RGB (Red+Green+Blue) = 165+188+124=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC7C is #5A4383. Grayscale: #AEAEAE. Windows color (decimal): -5915524 or 8174757. OLE color: 8174757.
HSL color Cylindrical-coordinate representation of color #A5BC7C: hue angle of 81.56º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BC7C is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 124 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.26 |
| HSL | 81.56º | 0.32% | 0.61% | - |
| HSV(B) | 81.56º | 0.34% | 0.74% | - |
| XYZ | 37.14 | 45.42 | 25.88 | - |
| YUV | 173.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 124 | 0.12 | 0 | 0.34 | 0.26 | 81.56 | 0.32 | 0.61 |
| Hex | A5 | BC | 7C | C | 0 | 22 | 1A | 52 | 20 | 3D |
| Octal | 245 | 274 | 174 | 14 | 0 | 42 | 32 | 122 | 40 | 75 |
| Binary | 10100101 | 10111100 | 1111100 | 1100 | 0 | 100010 | 11010 | 1010010 | 100000 | 111101 |
Color Harmonies of #A5BC7C
Complementary color
Monochromatic Colors of #A5BC7C
Black with #A5BC7C
Text Example
Text Example
White with #A5BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC7C; }
p { color: rgb(165,188,124); }
H1.HeaderClassName
{
color: #A5BC7C;
}
.AnyTagClassName
{
color: #A5BC7C;
}
</style>
background-color css
<style>
a { background-color: #A5BC7C; }
a { background-color: rgb(165,188,124); }
div.DivClassName
{
background-color: #A5BC7C;
}
.BgClassName
{
background-color: #A5BC7C;
}
</style>
border-color css
<style>
span { border-color: #A5BC7C; }
span { border-color: rgb(165,188,124); }
td.TdClassName
{
border-color: #A5BC7C;
}
.TagClassName
{
border-color: #A5BC7C;
}
</style>