Shades of Caper #ABC575
Tints of Caper #ABC575
RGB
CMYK
RGB Variations
Color information
#ABC575 (or 0xABC575) is known color: Caper. HEX triplet: AB, C5 and 75. RGB value is (171,197,117). Sum of RGB (Red+Green+Blue) = 171+197+117=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC575 is #543A8A. Grayscale: #B4B4B4. Windows color (decimal): -5520011 or 7718315. OLE color: 7718315.
HSL color Cylindrical-coordinate representation of color #ABC575: hue angle of 79.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC575 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 117 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.23 |
| HSL | 79.5º | 0.41% | 0.62% | - |
| HSV(B) | 79.5º | 0.41% | 0.77% | - |
| XYZ | 39.97 | 49.87 | 24.35 | - |
| YUV | 180.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 117 | 0.13 | 0 | 0.41 | 0.23 | 79.5 | 0.41 | 0.62 |
| Hex | AB | C5 | 75 | D | 0 | 29 | 17 | 50 | 29 | 3E |
| Octal | 253 | 305 | 165 | 15 | 0 | 51 | 27 | 120 | 51 | 76 |
| Binary | 10101011 | 11000101 | 1110101 | 1101 | 0 | 101001 | 10111 | 1010000 | 101001 | 111110 |
Color Harmonies of #ABC575
Complementary color
Monochromatic Colors of #ABC575
Black with #ABC575
Text Example
Text Example
White with #ABC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC575; }
p { color: rgb(171,197,117); }
H1.HeaderClassName
{
color: #ABC575;
}
.AnyTagClassName
{
color: #ABC575;
}
</style>
background-color css
<style>
a { background-color: #ABC575; }
a { background-color: rgb(171,197,117); }
div.DivClassName
{
background-color: #ABC575;
}
.BgClassName
{
background-color: #ABC575;
}
</style>
border-color css
<style>
span { border-color: #ABC575; }
span { border-color: rgb(171,197,117); }
td.TdClassName
{
border-color: #ABC575;
}
.TagClassName
{
border-color: #ABC575;
}
</style>