Shades of Caper #ABC373
Tints of Caper #ABC373
RGB
CMYK
RGB Variations
Color information
#ABC373 (or 0xABC373) is known color: Caper. HEX triplet: AB, C3 and 73. RGB value is (171,195,115). Sum of RGB (Red+Green+Blue) = 171+195+115=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC373 is #543C8C. Grayscale: #B3B3B3. Windows color (decimal): -5520525 or 7586731. OLE color: 7586731.
HSL color Cylindrical-coordinate representation of color #ABC373: hue angle of 78º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC373 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 115 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.24 |
| HSL | 78º | 0.4% | 0.61% | - |
| HSV(B) | 78º | 0.41% | 0.76% | - |
| XYZ | 39.4 | 48.93 | 23.59 | - |
| YUV | 178.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 115 | 0.12 | 0 | 0.41 | 0.24 | 78 | 0.4 | 0.61 |
| Hex | AB | C3 | 73 | C | 0 | 29 | 18 | 4E | 28 | 3D |
| Octal | 253 | 303 | 163 | 14 | 0 | 51 | 30 | 116 | 50 | 75 |
| Binary | 10101011 | 11000011 | 1110011 | 1100 | 0 | 101001 | 11000 | 1001110 | 101000 | 111101 |
Color Harmonies of #ABC373
Complementary color
Monochromatic Colors of #ABC373
Black with #ABC373
Text Example
Text Example
White with #ABC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC373; }
p { color: rgb(171,195,115); }
H1.HeaderClassName
{
color: #ABC373;
}
.AnyTagClassName
{
color: #ABC373;
}
</style>
background-color css
<style>
a { background-color: #ABC373; }
a { background-color: rgb(171,195,115); }
div.DivClassName
{
background-color: #ABC373;
}
.BgClassName
{
background-color: #ABC373;
}
</style>
border-color css
<style>
span { border-color: #ABC373; }
span { border-color: rgb(171,195,115); }
td.TdClassName
{
border-color: #ABC373;
}
.TagClassName
{
border-color: #ABC373;
}
</style>