Shades of Caper #ABBC74
Tints of Caper #ABBC74
RGB
CMYK
RGB Variations
Color information
#ABBC74 (or 0xABBC74) is known color: Caper. HEX triplet: AB, BC and 74. RGB value is (171,188,116). Sum of RGB (Red+Green+Blue) = 171+188+116=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC74 is #54438B. Grayscale: #AEAEAE. Windows color (decimal): -5522316 or 7650475. OLE color: 7650475.
HSL color Cylindrical-coordinate representation of color #ABBC74: hue angle of 74.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABBC74 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 116 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.26 |
| HSL | 74.17º | 0.35% | 0.6% | - |
| HSV(B) | 74.17º | 0.38% | 0.74% | - |
| XYZ | 37.93 | 45.89 | 23.38 | - |
| YUV | 174.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 116 | 0.09 | 0 | 0.38 | 0.26 | 74.17 | 0.35 | 0.6 |
| Hex | AB | BC | 74 | 9 | 0 | 26 | 1A | 4A | 23 | 3C |
| Octal | 253 | 274 | 164 | 11 | 0 | 46 | 32 | 112 | 43 | 74 |
| Binary | 10101011 | 10111100 | 1110100 | 1001 | 0 | 100110 | 11010 | 1001010 | 100011 | 111100 |
Color Harmonies of #ABBC74
Complementary color
Monochromatic Colors of #ABBC74
Black with #ABBC74
Text Example
Text Example
White with #ABBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC74; }
p { color: rgb(171,188,116); }
H1.HeaderClassName
{
color: #ABBC74;
}
.AnyTagClassName
{
color: #ABBC74;
}
</style>
background-color css
<style>
a { background-color: #ABBC74; }
a { background-color: rgb(171,188,116); }
div.DivClassName
{
background-color: #ABBC74;
}
.BgClassName
{
background-color: #ABBC74;
}
</style>
border-color css
<style>
span { border-color: #ABBC74; }
span { border-color: rgb(171,188,116); }
td.TdClassName
{
border-color: #ABBC74;
}
.TagClassName
{
border-color: #ABBC74;
}
</style>