Shades of Caper #ABC574
Tints of Caper #ABC574
RGB
CMYK
RGB Variations
Color information
#ABC574 (or 0xABC574) is known color: Caper. HEX triplet: AB, C5 and 74. RGB value is (171,197,116). Sum of RGB (Red+Green+Blue) = 171+197+116=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC574 is #543A8B. Grayscale: #B4B4B4. Windows color (decimal): -5520012 or 7652779. OLE color: 7652779.
HSL color Cylindrical-coordinate representation of color #ABC574: hue angle of 79.26º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC574 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 116 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.23 |
| HSL | 79.26º | 0.41% | 0.61% | - |
| HSV(B) | 79.26º | 0.41% | 0.77% | - |
| XYZ | 39.91 | 49.85 | 24.04 | - |
| YUV | 179.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 116 | 0.13 | 0 | 0.41 | 0.23 | 79.26 | 0.41 | 0.61 |
| Hex | AB | C5 | 74 | D | 0 | 29 | 17 | 4F | 29 | 3D |
| Octal | 253 | 305 | 164 | 15 | 0 | 51 | 27 | 117 | 51 | 75 |
| Binary | 10101011 | 11000101 | 1110100 | 1101 | 0 | 101001 | 10111 | 1001111 | 101001 | 111101 |
Color Harmonies of #ABC574
Complementary color
Monochromatic Colors of #ABC574
Black with #ABC574
Text Example
Text Example
White with #ABC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC574; }
p { color: rgb(171,197,116); }
H1.HeaderClassName
{
color: #ABC574;
}
.AnyTagClassName
{
color: #ABC574;
}
</style>
background-color css
<style>
a { background-color: #ABC574; }
a { background-color: rgb(171,197,116); }
div.DivClassName
{
background-color: #ABC574;
}
.BgClassName
{
background-color: #ABC574;
}
</style>
border-color css
<style>
span { border-color: #ABC574; }
span { border-color: rgb(171,197,116); }
td.TdClassName
{
border-color: #ABC574;
}
.TagClassName
{
border-color: #ABC574;
}
</style>