Shades of Caper #A8BB75
Tints of Caper #A8BB75
RGB
CMYK
RGB Variations
Color information
#A8BB75 (or 0xA8BB75) is known color: Caper. HEX triplet: A8, BB and 75. RGB value is (168,187,117). Sum of RGB (Red+Green+Blue) = 168+187+117=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB75 is #57448A. Grayscale: #ADADAD. Windows color (decimal): -5719179 or 7715752. OLE color: 7715752.
HSL color Cylindrical-coordinate representation of color #A8BB75: hue angle of 76.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8BB75 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 117 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.27 |
| HSL | 76.29º | 0.34% | 0.6% | - |
| HSV(B) | 76.29º | 0.37% | 0.73% | - |
| XYZ | 37.13 | 45.15 | 23.59 | - |
| YUV | 173.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 117 | 0.10 | 0 | 0.37 | 0.27 | 76.29 | 0.34 | 0.6 |
| Hex | A8 | BB | 75 | A | 0 | 25 | 1B | 4C | 22 | 3C |
| Octal | 250 | 273 | 165 | 12 | 0 | 45 | 33 | 114 | 42 | 74 |
| Binary | 10101000 | 10111011 | 1110101 | 1010 | 0 | 100101 | 11011 | 1001100 | 100010 | 111100 |
Color Harmonies of #A8BB75
Complementary color
Monochromatic Colors of #A8BB75
Black with #A8BB75
Text Example
Text Example
White with #A8BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB75; }
p { color: rgb(168,187,117); }
H1.HeaderClassName
{
color: #A8BB75;
}
.AnyTagClassName
{
color: #A8BB75;
}
</style>
background-color css
<style>
a { background-color: #A8BB75; }
a { background-color: rgb(168,187,117); }
div.DivClassName
{
background-color: #A8BB75;
}
.BgClassName
{
background-color: #A8BB75;
}
</style>
border-color css
<style>
span { border-color: #A8BB75; }
span { border-color: rgb(168,187,117); }
td.TdClassName
{
border-color: #A8BB75;
}
.TagClassName
{
border-color: #A8BB75;
}
</style>