Shades of Caper #ABBB72
Tints of Caper #ABBB72
RGB
CMYK
RGB Variations
Color information
#ABBB72 (or 0xABBB72) is known color: Caper. HEX triplet: AB, BB and 72. RGB value is (171,187,114). Sum of RGB (Red+Green+Blue) = 171+187+114=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB72 is #54448D. Grayscale: #AEAEAE. Windows color (decimal): -5522574 or 7519147. OLE color: 7519147.
HSL color Cylindrical-coordinate representation of color #ABBB72: hue angle of 73.15º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABBB72 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 114 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.27 |
| HSL | 73.15º | 0.35% | 0.59% | - |
| HSV(B) | 73.15º | 0.39% | 0.73% | - |
| XYZ | 37.6 | 45.41 | 22.7 | - |
| YUV | 173.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 114 | 0.09 | 0 | 0.39 | 0.27 | 73.15 | 0.35 | 0.59 |
| Hex | AB | BB | 72 | 9 | 0 | 27 | 1B | 49 | 23 | 3B |
| Octal | 253 | 273 | 162 | 11 | 0 | 47 | 33 | 111 | 43 | 73 |
| Binary | 10101011 | 10111011 | 1110010 | 1001 | 0 | 100111 | 11011 | 1001001 | 100011 | 111011 |
Color Harmonies of #ABBB72
Complementary color
Monochromatic Colors of #ABBB72
Black with #ABBB72
Text Example
Text Example
White with #ABBB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB72; }
p { color: rgb(171,187,114); }
H1.HeaderClassName
{
color: #ABBB72;
}
.AnyTagClassName
{
color: #ABBB72;
}
</style>
background-color css
<style>
a { background-color: #ABBB72; }
a { background-color: rgb(171,187,114); }
div.DivClassName
{
background-color: #ABBB72;
}
.BgClassName
{
background-color: #ABBB72;
}
</style>
border-color css
<style>
span { border-color: #ABBB72; }
span { border-color: rgb(171,187,114); }
td.TdClassName
{
border-color: #ABBB72;
}
.TagClassName
{
border-color: #ABBB72;
}
</style>