Shades of Caper #A8BC78
Tints of Caper #A8BC78
RGB
CMYK
RGB Variations
Color information
#A8BC78 (or 0xA8BC78) is known color: Caper. HEX triplet: A8, BC and 78. RGB value is (168,188,120). Sum of RGB (Red+Green+Blue) = 168+188+120=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC78 is #574387. Grayscale: #AEAEAE. Windows color (decimal): -5718920 or 7912616. OLE color: 7912616.
HSL color Cylindrical-coordinate representation of color #A8BC78: hue angle of 77.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8BC78 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 120 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.26 |
| HSL | 77.65º | 0.34% | 0.6% | - |
| HSV(B) | 77.65º | 0.36% | 0.74% | - |
| XYZ | 37.52 | 45.65 | 24.6 | - |
| YUV | 174.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 120 | 0.11 | 0 | 0.36 | 0.26 | 77.65 | 0.34 | 0.6 |
| Hex | A8 | BC | 78 | B | 0 | 24 | 1A | 4E | 22 | 3C |
| Octal | 250 | 274 | 170 | 13 | 0 | 44 | 32 | 116 | 42 | 74 |
| Binary | 10101000 | 10111100 | 1111000 | 1011 | 0 | 100100 | 11010 | 1001110 | 100010 | 111100 |
Color Harmonies of #A8BC78
Complementary color
Monochromatic Colors of #A8BC78
Black with #A8BC78
Text Example
Text Example
White with #A8BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC78; }
p { color: rgb(168,188,120); }
H1.HeaderClassName
{
color: #A8BC78;
}
.AnyTagClassName
{
color: #A8BC78;
}
</style>
background-color css
<style>
a { background-color: #A8BC78; }
a { background-color: rgb(168,188,120); }
div.DivClassName
{
background-color: #A8BC78;
}
.BgClassName
{
background-color: #A8BC78;
}
</style>
border-color css
<style>
span { border-color: #A8BC78; }
span { border-color: rgb(168,188,120); }
td.TdClassName
{
border-color: #A8BC78;
}
.TagClassName
{
border-color: #A8BC78;
}
</style>