Shades of Caper #A8BB78
Tints of Caper #A8BB78
RGB
CMYK
RGB Variations
Color information
#A8BB78 (or 0xA8BB78) is known color: Caper. HEX triplet: A8, BB and 78. RGB value is (168,187,120). Sum of RGB (Red+Green+Blue) = 168+187+120=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB78 is #574487. Grayscale: #ADADAD. Windows color (decimal): -5719176 or 7912360. OLE color: 7912360.
HSL color Cylindrical-coordinate representation of color #A8BB78: hue angle of 77.01º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8BB78 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 120 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.27 |
| HSL | 77.01º | 0.33% | 0.6% | - |
| HSV(B) | 77.01º | 0.36% | 0.73% | - |
| XYZ | 37.31 | 45.22 | 24.53 | - |
| YUV | 173.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 120 | 0.10 | 0 | 0.36 | 0.27 | 77.01 | 0.33 | 0.6 |
| Hex | A8 | BB | 78 | A | 0 | 24 | 1B | 4D | 21 | 3C |
| Octal | 250 | 273 | 170 | 12 | 0 | 44 | 33 | 115 | 41 | 74 |
| Binary | 10101000 | 10111011 | 1111000 | 1010 | 0 | 100100 | 11011 | 1001101 | 100001 | 111100 |
Color Harmonies of #A8BB78
Complementary color
Monochromatic Colors of #A8BB78
Black with #A8BB78
Text Example
Text Example
White with #A8BB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB78; }
p { color: rgb(168,187,120); }
H1.HeaderClassName
{
color: #A8BB78;
}
.AnyTagClassName
{
color: #A8BB78;
}
</style>
background-color css
<style>
a { background-color: #A8BB78; }
a { background-color: rgb(168,187,120); }
div.DivClassName
{
background-color: #A8BB78;
}
.BgClassName
{
background-color: #A8BB78;
}
</style>
border-color css
<style>
span { border-color: #A8BB78; }
span { border-color: rgb(168,187,120); }
td.TdClassName
{
border-color: #A8BB78;
}
.TagClassName
{
border-color: #A8BB78;
}
</style>