Shades of Caper #A5BC82
Tints of Caper #A5BC82
RGB
CMYK
RGB Variations
Color information
#A5BC82 (or 0xA5BC82) is known color: Caper. HEX triplet: A5, BC and 82. RGB value is (165,188,130). Sum of RGB (Red+Green+Blue) = 165+188+130=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC82 is #5A437D. Grayscale: #AEAEAE. Windows color (decimal): -5915518 or 8567973. OLE color: 8567973.
HSL color Cylindrical-coordinate representation of color #A5BC82: hue angle of 83.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BC82 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 130 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.26 |
| HSL | 83.79º | 0.3% | 0.62% | - |
| HSV(B) | 83.79º | 0.31% | 0.74% | - |
| XYZ | 37.53 | 45.58 | 27.94 | - |
| YUV | 174.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 130 | 0.12 | 0 | 0.31 | 0.26 | 83.79 | 0.3 | 0.62 |
| Hex | A5 | BC | 82 | C | 0 | 1F | 1A | 54 | 1E | 3E |
| Octal | 245 | 274 | 202 | 14 | 0 | 37 | 32 | 124 | 36 | 76 |
| Binary | 10100101 | 10111100 | 10000010 | 1100 | 0 | 11111 | 11010 | 1010100 | 11110 | 111110 |
Color Harmonies of #A5BC82
Complementary color
Monochromatic Colors of #A5BC82
Black with #A5BC82
Text Example
Text Example
White with #A5BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC82; }
p { color: rgb(165,188,130); }
H1.HeaderClassName
{
color: #A5BC82;
}
.AnyTagClassName
{
color: #A5BC82;
}
</style>
background-color css
<style>
a { background-color: #A5BC82; }
a { background-color: rgb(165,188,130); }
div.DivClassName
{
background-color: #A5BC82;
}
.BgClassName
{
background-color: #A5BC82;
}
</style>
border-color css
<style>
span { border-color: #A5BC82; }
span { border-color: rgb(165,188,130); }
td.TdClassName
{
border-color: #A5BC82;
}
.TagClassName
{
border-color: #A5BC82;
}
</style>