Shades of Caper #ABC079
Tints of Caper #ABC079
RGB
CMYK
RGB Variations
Color information
#ABC079 (or 0xABC079) is known color: Caper. HEX triplet: AB, C0 and 79. RGB value is (171,192,121). Sum of RGB (Red+Green+Blue) = 171+192+121=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC079 is #543F86. Grayscale: #B1B1B1. Windows color (decimal): -5521287 or 7979179. OLE color: 7979179.
HSL color Cylindrical-coordinate representation of color #ABC079: hue angle of 77.75º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABC079 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 121 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.25 |
| HSL | 77.75º | 0.36% | 0.61% | - |
| HSV(B) | 77.75º | 0.37% | 0.75% | - |
| XYZ | 39.1 | 47.74 | 25.24 | - |
| YUV | 177.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 121 | 0.11 | 0 | 0.37 | 0.25 | 77.75 | 0.36 | 0.61 |
| Hex | AB | C0 | 79 | B | 0 | 25 | 19 | 4E | 24 | 3D |
| Octal | 253 | 300 | 171 | 13 | 0 | 45 | 31 | 116 | 44 | 75 |
| Binary | 10101011 | 11000000 | 1111001 | 1011 | 0 | 100101 | 11001 | 1001110 | 100100 | 111101 |
Color Harmonies of #ABC079
Complementary color
Monochromatic Colors of #ABC079
Black with #ABC079
Text Example
Text Example
White with #ABC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC079; }
p { color: rgb(171,192,121); }
H1.HeaderClassName
{
color: #ABC079;
}
.AnyTagClassName
{
color: #ABC079;
}
</style>
background-color css
<style>
a { background-color: #ABC079; }
a { background-color: rgb(171,192,121); }
div.DivClassName
{
background-color: #ABC079;
}
.BgClassName
{
background-color: #ABC079;
}
</style>
border-color css
<style>
span { border-color: #ABC079; }
span { border-color: rgb(171,192,121); }
td.TdClassName
{
border-color: #ABC079;
}
.TagClassName
{
border-color: #ABC079;
}
</style>