Shades of Caper #ABC778
Tints of Caper #ABC778
RGB
CMYK
RGB Variations
Color information
#ABC778 (or 0xABC778) is known color: Caper. HEX triplet: AB, C7 and 78. RGB value is (171,199,120). Sum of RGB (Red+Green+Blue) = 171+199+120=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC778 is #543887. Grayscale: #B5B5B5. Windows color (decimal): -5519496 or 7915435. OLE color: 7915435.
HSL color Cylindrical-coordinate representation of color #ABC778: hue angle of 81.27º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABC778 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 120 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.22 |
| HSL | 81.27º | 0.41% | 0.63% | - |
| HSV(B) | 81.27º | 0.4% | 0.78% | - |
| XYZ | 40.61 | 50.86 | 25.45 | - |
| YUV | 181.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 120 | 0.14 | 0 | 0.40 | 0.22 | 81.27 | 0.41 | 0.63 |
| Hex | AB | C7 | 78 | E | 0 | 28 | 16 | 51 | 29 | 3F |
| Octal | 253 | 307 | 170 | 16 | 0 | 50 | 26 | 121 | 51 | 77 |
| Binary | 10101011 | 11000111 | 1111000 | 1110 | 0 | 101000 | 10110 | 1010001 | 101001 | 111111 |
Color Harmonies of #ABC778
Complementary color
Monochromatic Colors of #ABC778
Black with #ABC778
Text Example
Text Example
White with #ABC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC778; }
p { color: rgb(171,199,120); }
H1.HeaderClassName
{
color: #ABC778;
}
.AnyTagClassName
{
color: #ABC778;
}
</style>
background-color css
<style>
a { background-color: #ABC778; }
a { background-color: rgb(171,199,120); }
div.DivClassName
{
background-color: #ABC778;
}
.BgClassName
{
background-color: #ABC778;
}
</style>
border-color css
<style>
span { border-color: #ABC778; }
span { border-color: rgb(171,199,120); }
td.TdClassName
{
border-color: #ABC778;
}
.TagClassName
{
border-color: #ABC778;
}
</style>