Shades of Caper #A8BB79
Tints of Caper #A8BB79
RGB
CMYK
RGB Variations
Color information
#A8BB79 (or 0xA8BB79) is known color: Caper. HEX triplet: A8, BB and 79. RGB value is (168,187,121). Sum of RGB (Red+Green+Blue) = 168+187+121=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB79 is #574486. Grayscale: #AEAEAE. Windows color (decimal): -5719175 or 7977896. OLE color: 7977896.
HSL color Cylindrical-coordinate representation of color #A8BB79: hue angle of 77.27º 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 #A8BB79 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 121 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.27 |
| HSL | 77.27º | 0.33% | 0.6% | - |
| HSV(B) | 77.27º | 0.35% | 0.73% | - |
| XYZ | 37.37 | 45.25 | 24.85 | - |
| YUV | 173.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 121 | 0.10 | 0 | 0.35 | 0.27 | 77.27 | 0.33 | 0.6 |
| Hex | A8 | BB | 79 | A | 0 | 23 | 1B | 4D | 21 | 3C |
| Octal | 250 | 273 | 171 | 12 | 0 | 43 | 33 | 115 | 41 | 74 |
| Binary | 10101000 | 10111011 | 1111001 | 1010 | 0 | 100011 | 11011 | 1001101 | 100001 | 111100 |
Color Harmonies of #A8BB79
Complementary color
Monochromatic Colors of #A8BB79
Black with #A8BB79
Text Example
Text Example
White with #A8BB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB79; }
p { color: rgb(168,187,121); }
H1.HeaderClassName
{
color: #A8BB79;
}
.AnyTagClassName
{
color: #A8BB79;
}
</style>
background-color css
<style>
a { background-color: #A8BB79; }
a { background-color: rgb(168,187,121); }
div.DivClassName
{
background-color: #A8BB79;
}
.BgClassName
{
background-color: #A8BB79;
}
</style>
border-color css
<style>
span { border-color: #A8BB79; }
span { border-color: rgb(168,187,121); }
td.TdClassName
{
border-color: #A8BB79;
}
.TagClassName
{
border-color: #A8BB79;
}
</style>