Shades of Caper #ABC679
Tints of Caper #ABC679
RGB
CMYK
RGB Variations
Color information
#ABC679 (or 0xABC679) is known color: Caper. HEX triplet: AB, C6 and 79. RGB value is (171,198,121). Sum of RGB (Red+Green+Blue) = 171+198+121=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC679 is #543986. Grayscale: #B5B5B5. Windows color (decimal): -5519751 or 7980715. OLE color: 7980715.
HSL color Cylindrical-coordinate representation of color #ABC679: hue angle of 81.04º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABC679 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 121 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.22 |
| HSL | 81.04º | 0.4% | 0.63% | - |
| HSV(B) | 81.04º | 0.39% | 0.78% | - |
| XYZ | 40.44 | 50.43 | 25.69 | - |
| YUV | 181.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 121 | 0.14 | 0 | 0.39 | 0.22 | 81.04 | 0.4 | 0.63 |
| Hex | AB | C6 | 79 | E | 0 | 27 | 16 | 51 | 28 | 3F |
| Octal | 253 | 306 | 171 | 16 | 0 | 47 | 26 | 121 | 50 | 77 |
| Binary | 10101011 | 11000110 | 1111001 | 1110 | 0 | 100111 | 10110 | 1010001 | 101000 | 111111 |
Color Harmonies of #ABC679
Complementary color
Monochromatic Colors of #ABC679
Black with #ABC679
Text Example
Text Example
White with #ABC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC679; }
p { color: rgb(171,198,121); }
H1.HeaderClassName
{
color: #ABC679;
}
.AnyTagClassName
{
color: #ABC679;
}
</style>
background-color css
<style>
a { background-color: #ABC679; }
a { background-color: rgb(171,198,121); }
div.DivClassName
{
background-color: #ABC679;
}
.BgClassName
{
background-color: #ABC679;
}
</style>
border-color css
<style>
span { border-color: #ABC679; }
span { border-color: rgb(171,198,121); }
td.TdClassName
{
border-color: #ABC679;
}
.TagClassName
{
border-color: #ABC679;
}
</style>