Shades of Caper #ABC175
Tints of Caper #ABC175
RGB
CMYK
RGB Variations
Color information
#ABC175 (or 0xABC175) is known color: Caper. HEX triplet: AB, C1 and 75. RGB value is (171,193,117). Sum of RGB (Red+Green+Blue) = 171+193+117=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC175 is #543E8A. Grayscale: #B2B2B2. Windows color (decimal): -5521035 or 7717291. OLE color: 7717291.
HSL color Cylindrical-coordinate representation of color #ABC175: hue angle of 77.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABC175 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 117 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.24 |
| HSL | 77.37º | 0.38% | 0.61% | - |
| HSV(B) | 77.37º | 0.39% | 0.76% | - |
| XYZ | 39.08 | 48.08 | 24.05 | - |
| YUV | 177.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 117 | 0.11 | 0 | 0.39 | 0.24 | 77.37 | 0.38 | 0.61 |
| Hex | AB | C1 | 75 | B | 0 | 27 | 18 | 4D | 26 | 3D |
| Octal | 253 | 301 | 165 | 13 | 0 | 47 | 30 | 115 | 46 | 75 |
| Binary | 10101011 | 11000001 | 1110101 | 1011 | 0 | 100111 | 11000 | 1001101 | 100110 | 111101 |
Color Harmonies of #ABC175
Complementary color
Monochromatic Colors of #ABC175
Black with #ABC175
Text Example
Text Example
White with #ABC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC175; }
p { color: rgb(171,193,117); }
H1.HeaderClassName
{
color: #ABC175;
}
.AnyTagClassName
{
color: #ABC175;
}
</style>
background-color css
<style>
a { background-color: #ABC175; }
a { background-color: rgb(171,193,117); }
div.DivClassName
{
background-color: #ABC175;
}
.BgClassName
{
background-color: #ABC175;
}
</style>
border-color css
<style>
span { border-color: #ABC175; }
span { border-color: rgb(171,193,117); }
td.TdClassName
{
border-color: #ABC175;
}
.TagClassName
{
border-color: #ABC175;
}
</style>