Shades of Caper #ABBA78
Tints of Caper #ABBA78
RGB
CMYK
RGB Variations
Color information
#ABBA78 (or 0xABBA78) is known color: Caper. HEX triplet: AB, BA and 78. RGB value is (171,186,120). Sum of RGB (Red+Green+Blue) = 171+186+120=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA78 is #544587. Grayscale: #AEAEAE. Windows color (decimal): -5522824 or 7912107. OLE color: 7912107.
HSL color Cylindrical-coordinate representation of color #ABBA78: hue angle of 73.64º degrees, saturation: 0.32, 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 #ABBA78 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 120 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.27 |
| HSL | 73.64º | 0.32% | 0.6% | - |
| HSV(B) | 73.64º | 0.35% | 0.73% | - |
| XYZ | 37.74 | 45.13 | 24.49 | - |
| YUV | 173.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 120 | 0.08 | 0 | 0.35 | 0.27 | 73.64 | 0.32 | 0.6 |
| Hex | AB | BA | 78 | 8 | 0 | 23 | 1B | 4A | 20 | 3C |
| Octal | 253 | 272 | 170 | 10 | 0 | 43 | 33 | 112 | 40 | 74 |
| Binary | 10101011 | 10111010 | 1111000 | 1000 | 0 | 100011 | 11011 | 1001010 | 100000 | 111100 |
Color Harmonies of #ABBA78
Complementary color
Monochromatic Colors of #ABBA78
Black with #ABBA78
Text Example
Text Example
White with #ABBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA78; }
p { color: rgb(171,186,120); }
H1.HeaderClassName
{
color: #ABBA78;
}
.AnyTagClassName
{
color: #ABBA78;
}
</style>
background-color css
<style>
a { background-color: #ABBA78; }
a { background-color: rgb(171,186,120); }
div.DivClassName
{
background-color: #ABBA78;
}
.BgClassName
{
background-color: #ABBA78;
}
</style>
border-color css
<style>
span { border-color: #ABBA78; }
span { border-color: rgb(171,186,120); }
td.TdClassName
{
border-color: #ABBA78;
}
.TagClassName
{
border-color: #ABBA78;
}
</style>