Shades of Caper #ABBD70
Tints of Caper #ABBD70
RGB
CMYK
RGB Variations
Color information
#ABBD70 (or 0xABBD70) is known color: Caper. HEX triplet: AB, BD and 70. RGB value is (171,189,112). Sum of RGB (Red+Green+Blue) = 171+189+112=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD70 is #54428F. Grayscale: #AFAFAF. Windows color (decimal): -5522064 or 7388587. OLE color: 7388587.
HSL color Cylindrical-coordinate representation of color #ABBD70: hue angle of 74.03º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABBD70 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 112 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.26 |
| HSL | 74.03º | 0.37% | 0.59% | - |
| HSV(B) | 74.03º | 0.41% | 0.74% | - |
| XYZ | 37.92 | 46.22 | 22.25 | - |
| YUV | 174.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 112 | 0.10 | 0 | 0.41 | 0.26 | 74.03 | 0.37 | 0.59 |
| Hex | AB | BD | 70 | A | 0 | 29 | 1A | 4A | 25 | 3B |
| Octal | 253 | 275 | 160 | 12 | 0 | 51 | 32 | 112 | 45 | 73 |
| Binary | 10101011 | 10111101 | 1110000 | 1010 | 0 | 101001 | 11010 | 1001010 | 100101 | 111011 |
Color Harmonies of #ABBD70
Complementary color
Monochromatic Colors of #ABBD70
Black with #ABBD70
Text Example
Text Example
White with #ABBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD70; }
p { color: rgb(171,189,112); }
H1.HeaderClassName
{
color: #ABBD70;
}
.AnyTagClassName
{
color: #ABBD70;
}
</style>
background-color css
<style>
a { background-color: #ABBD70; }
a { background-color: rgb(171,189,112); }
div.DivClassName
{
background-color: #ABBD70;
}
.BgClassName
{
background-color: #ABBD70;
}
</style>
border-color css
<style>
span { border-color: #ABBD70; }
span { border-color: rgb(171,189,112); }
td.TdClassName
{
border-color: #ABBD70;
}
.TagClassName
{
border-color: #ABBD70;
}
</style>