Shades of Caper #A5BB82
Tints of Caper #A5BB82
RGB
CMYK
RGB Variations
Color information
#A5BB82 (or 0xA5BB82) is known color: Caper. HEX triplet: A5, BB and 82. RGB value is (165,187,130). Sum of RGB (Red+Green+Blue) = 165+187+130=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB82 is #5A447D. Grayscale: #AEAEAE. Windows color (decimal): -5915774 or 8567717. OLE color: 8567717.
HSL color Cylindrical-coordinate representation of color #A5BB82: hue angle of 83.16º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5BB82 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 130 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.27 |
| HSL | 83.16º | 0.3% | 0.62% | - |
| HSV(B) | 83.16º | 0.3% | 0.73% | - |
| XYZ | 37.32 | 45.15 | 27.87 | - |
| YUV | 173.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 130 | 0.12 | 0 | 0.30 | 0.27 | 83.16 | 0.3 | 0.62 |
| Hex | A5 | BB | 82 | C | 0 | 1E | 1B | 53 | 1E | 3E |
| Octal | 245 | 273 | 202 | 14 | 0 | 36 | 33 | 123 | 36 | 76 |
| Binary | 10100101 | 10111011 | 10000010 | 1100 | 0 | 11110 | 11011 | 1010011 | 11110 | 111110 |
Color Harmonies of #A5BB82
Complementary color
Monochromatic Colors of #A5BB82
Black with #A5BB82
Text Example
Text Example
White with #A5BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB82; }
p { color: rgb(165,187,130); }
H1.HeaderClassName
{
color: #A5BB82;
}
.AnyTagClassName
{
color: #A5BB82;
}
</style>
background-color css
<style>
a { background-color: #A5BB82; }
a { background-color: rgb(165,187,130); }
div.DivClassName
{
background-color: #A5BB82;
}
.BgClassName
{
background-color: #A5BB82;
}
</style>
border-color css
<style>
span { border-color: #A5BB82; }
span { border-color: rgb(165,187,130); }
td.TdClassName
{
border-color: #A5BB82;
}
.TagClassName
{
border-color: #A5BB82;
}
</style>