Shades of Caper #ABBC70
Tints of Caper #ABBC70
RGB
CMYK
RGB Variations
Color information
#ABBC70 (or 0xABBC70) is known color: Caper. HEX triplet: AB, BC and 70. RGB value is (171,188,112). Sum of RGB (Red+Green+Blue) = 171+188+112=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC70 is #54438F. Grayscale: #AEAEAE. Windows color (decimal): -5522320 or 7388331. OLE color: 7388331.
HSL color Cylindrical-coordinate representation of color #ABBC70: hue angle of 73.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABBC70 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 112 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.26 |
| HSL | 73.42º | 0.36% | 0.59% | - |
| HSV(B) | 73.42º | 0.4% | 0.74% | - |
| XYZ | 37.7 | 45.79 | 22.18 | - |
| YUV | 174.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 112 | 0.09 | 0 | 0.40 | 0.26 | 73.42 | 0.36 | 0.59 |
| Hex | AB | BC | 70 | 9 | 0 | 28 | 1A | 49 | 24 | 3B |
| Octal | 253 | 274 | 160 | 11 | 0 | 50 | 32 | 111 | 44 | 73 |
| Binary | 10101011 | 10111100 | 1110000 | 1001 | 0 | 101000 | 11010 | 1001001 | 100100 | 111011 |
Color Harmonies of #ABBC70
Complementary color
Monochromatic Colors of #ABBC70
Black with #ABBC70
Text Example
Text Example
White with #ABBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC70; }
p { color: rgb(171,188,112); }
H1.HeaderClassName
{
color: #ABBC70;
}
.AnyTagClassName
{
color: #ABBC70;
}
</style>
background-color css
<style>
a { background-color: #ABBC70; }
a { background-color: rgb(171,188,112); }
div.DivClassName
{
background-color: #ABBC70;
}
.BgClassName
{
background-color: #ABBC70;
}
</style>
border-color css
<style>
span { border-color: #ABBC70; }
span { border-color: rgb(171,188,112); }
td.TdClassName
{
border-color: #ABBC70;
}
.TagClassName
{
border-color: #ABBC70;
}
</style>