Shades of Caper #ABC472
Tints of Caper #ABC472
RGB
CMYK
RGB Variations
Color information
#ABC472 (or 0xABC472) is known color: Caper. HEX triplet: AB, C4 and 72. RGB value is (171,196,114). Sum of RGB (Red+Green+Blue) = 171+196+114=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC472 is #543B8D. Grayscale: #B3B3B3. Windows color (decimal): -5520270 or 7521451. OLE color: 7521451.
HSL color Cylindrical-coordinate representation of color #ABC472: hue angle of 78.29º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABC472 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 114 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.23 |
| HSL | 78.29º | 0.41% | 0.61% | - |
| HSV(B) | 78.29º | 0.42% | 0.77% | - |
| XYZ | 39.57 | 49.35 | 23.36 | - |
| YUV | 179.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 114 | 0.13 | 0 | 0.42 | 0.23 | 78.29 | 0.41 | 0.61 |
| Hex | AB | C4 | 72 | D | 0 | 2A | 17 | 4E | 29 | 3D |
| Octal | 253 | 304 | 162 | 15 | 0 | 52 | 27 | 116 | 51 | 75 |
| Binary | 10101011 | 11000100 | 1110010 | 1101 | 0 | 101010 | 10111 | 1001110 | 101001 | 111101 |
Color Harmonies of #ABC472
Complementary color
Monochromatic Colors of #ABC472
Black with #ABC472
Text Example
Text Example
White with #ABC472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC472; }
p { color: rgb(171,196,114); }
H1.HeaderClassName
{
color: #ABC472;
}
.AnyTagClassName
{
color: #ABC472;
}
</style>
background-color css
<style>
a { background-color: #ABC472; }
a { background-color: rgb(171,196,114); }
div.DivClassName
{
background-color: #ABC472;
}
.BgClassName
{
background-color: #ABC472;
}
</style>
border-color css
<style>
span { border-color: #ABC472; }
span { border-color: rgb(171,196,114); }
td.TdClassName
{
border-color: #ABC472;
}
.TagClassName
{
border-color: #ABC472;
}
</style>