Shades of Caper #A5BB79
Tints of Caper #A5BB79
RGB
CMYK
RGB Variations
Color information
#A5BB79 (or 0xA5BB79) is known color: Caper. HEX triplet: A5, BB and 79. RGB value is (165,187,121). Sum of RGB (Red+Green+Blue) = 165+187+121=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB79 is #5A4486. Grayscale: #ADADAD. Windows color (decimal): -5915783 or 7977893. OLE color: 7977893.
HSL color Cylindrical-coordinate representation of color #A5BB79: hue angle of 80º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5BB79 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 121 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.27 |
| HSL | 80º | 0.33% | 0.6% | - |
| HSV(B) | 80º | 0.35% | 0.73% | - |
| XYZ | 36.74 | 44.92 | 24.82 | - |
| YUV | 172.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 121 | 0.12 | 0 | 0.35 | 0.27 | 80 | 0.33 | 0.6 |
| Hex | A5 | BB | 79 | C | 0 | 23 | 1B | 50 | 21 | 3C |
| Octal | 245 | 273 | 171 | 14 | 0 | 43 | 33 | 120 | 41 | 74 |
| Binary | 10100101 | 10111011 | 1111001 | 1100 | 0 | 100011 | 11011 | 1010000 | 100001 | 111100 |
Color Harmonies of #A5BB79
Complementary color
Monochromatic Colors of #A5BB79
Black with #A5BB79
Text Example
Text Example
White with #A5BB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB79; }
p { color: rgb(165,187,121); }
H1.HeaderClassName
{
color: #A5BB79;
}
.AnyTagClassName
{
color: #A5BB79;
}
</style>
background-color css
<style>
a { background-color: #A5BB79; }
a { background-color: rgb(165,187,121); }
div.DivClassName
{
background-color: #A5BB79;
}
.BgClassName
{
background-color: #A5BB79;
}
</style>
border-color css
<style>
span { border-color: #A5BB79; }
span { border-color: rgb(165,187,121); }
td.TdClassName
{
border-color: #A5BB79;
}
.TagClassName
{
border-color: #A5BB79;
}
</style>