Shades of Caper #ABBD84
Tints of Caper #ABBD84
RGB
CMYK
RGB Variations
Color information
#ABBD84 (or 0xABBD84) is known color: Caper. HEX triplet: AB, BD and 84. RGB value is (171,189,132). Sum of RGB (Red+Green+Blue) = 171+189+132=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD84 is #54427B. Grayscale: #B1B1B1. Windows color (decimal): -5522044 or 8699307. OLE color: 8699307.
HSL color Cylindrical-coordinate representation of color #ABBD84: hue angle of 78.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBD84 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 132 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.26 |
| HSL | 78.95º | 0.3% | 0.63% | - |
| HSV(B) | 78.95º | 0.3% | 0.74% | - |
| XYZ | 39.16 | 46.72 | 28.78 | - |
| YUV | 177.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 132 | 0.10 | 0 | 0.30 | 0.26 | 78.95 | 0.3 | 0.63 |
| Hex | AB | BD | 84 | A | 0 | 1E | 1A | 4F | 1E | 3F |
| Octal | 253 | 275 | 204 | 12 | 0 | 36 | 32 | 117 | 36 | 77 |
| Binary | 10101011 | 10111101 | 10000100 | 1010 | 0 | 11110 | 11010 | 1001111 | 11110 | 111111 |
Color Harmonies of #ABBD84
Complementary color
Monochromatic Colors of #ABBD84
Black with #ABBD84
Text Example
Text Example
White with #ABBD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD84; }
p { color: rgb(171,189,132); }
H1.HeaderClassName
{
color: #ABBD84;
}
.AnyTagClassName
{
color: #ABBD84;
}
</style>
background-color css
<style>
a { background-color: #ABBD84; }
a { background-color: rgb(171,189,132); }
div.DivClassName
{
background-color: #ABBD84;
}
.BgClassName
{
background-color: #ABBD84;
}
</style>
border-color css
<style>
span { border-color: #ABBD84; }
span { border-color: rgb(171,189,132); }
td.TdClassName
{
border-color: #ABBD84;
}
.TagClassName
{
border-color: #ABBD84;
}
</style>