Shades of Caper #ABBD71
Tints of Caper #ABBD71
RGB
CMYK
RGB Variations
Color information
#ABBD71 (or 0xABBD71) is known color: Caper. HEX triplet: AB, BD and 71. RGB value is (171,189,113). Sum of RGB (Red+Green+Blue) = 171+189+113=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD71 is #54428E. Grayscale: #AFAFAF. Windows color (decimal): -5522063 or 7454123. OLE color: 7454123.
HSL color Cylindrical-coordinate representation of color #ABBD71: hue angle of 74.21º degrees, saturation: 0.37, 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 #ABBD71 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 113 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.26 |
| HSL | 74.21º | 0.37% | 0.59% | - |
| HSV(B) | 74.21º | 0.4% | 0.74% | - |
| XYZ | 37.97 | 46.25 | 22.55 | - |
| YUV | 174.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 113 | 0.10 | 0 | 0.40 | 0.26 | 74.21 | 0.37 | 0.59 |
| Hex | AB | BD | 71 | A | 0 | 28 | 1A | 4A | 25 | 3B |
| Octal | 253 | 275 | 161 | 12 | 0 | 50 | 32 | 112 | 45 | 73 |
| Binary | 10101011 | 10111101 | 1110001 | 1010 | 0 | 101000 | 11010 | 1001010 | 100101 | 111011 |
Color Harmonies of #ABBD71
Complementary color
Monochromatic Colors of #ABBD71
Black with #ABBD71
Text Example
Text Example
White with #ABBD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD71; }
p { color: rgb(171,189,113); }
H1.HeaderClassName
{
color: #ABBD71;
}
.AnyTagClassName
{
color: #ABBD71;
}
</style>
background-color css
<style>
a { background-color: #ABBD71; }
a { background-color: rgb(171,189,113); }
div.DivClassName
{
background-color: #ABBD71;
}
.BgClassName
{
background-color: #ABBD71;
}
</style>
border-color css
<style>
span { border-color: #ABBD71; }
span { border-color: rgb(171,189,113); }
td.TdClassName
{
border-color: #ABBD71;
}
.TagClassName
{
border-color: #ABBD71;
}
</style>