Shades of Caper #ABC788
Tints of Caper #ABC788
RGB
CMYK
RGB Variations
Color information
#ABC788 (or 0xABC788) is known color: Caper. HEX triplet: AB, C7 and 88. RGB value is (171,199,136). Sum of RGB (Red+Green+Blue) = 171+199+136=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC788 is #543877. Grayscale: #B7B7B7. Windows color (decimal): -5519480 or 8964011. OLE color: 8964011.
HSL color Cylindrical-coordinate representation of color #ABC788: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC788 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 136 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.22 |
| HSL | 86.67º | 0.36% | 0.66% | - |
| HSV(B) | 86.67º | 0.32% | 0.78% | - |
| XYZ | 41.66 | 51.28 | 31 | - |
| YUV | 183.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 136 | 0.14 | 0 | 0.32 | 0.22 | 86.67 | 0.36 | 0.66 |
| Hex | AB | C7 | 88 | E | 0 | 20 | 16 | 57 | 24 | 42 |
| Octal | 253 | 307 | 210 | 16 | 0 | 40 | 26 | 127 | 44 | 102 |
| Binary | 10101011 | 11000111 | 10001000 | 1110 | 0 | 100000 | 10110 | 1010111 | 100100 | 1000010 |
Color Harmonies of #ABC788
Complementary color
Monochromatic Colors of #ABC788
Black with #ABC788
Text Example
Text Example
White with #ABC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC788; }
p { color: rgb(171,199,136); }
H1.HeaderClassName
{
color: #ABC788;
}
.AnyTagClassName
{
color: #ABC788;
}
</style>
background-color css
<style>
a { background-color: #ABC788; }
a { background-color: rgb(171,199,136); }
div.DivClassName
{
background-color: #ABC788;
}
.BgClassName
{
background-color: #ABC788;
}
</style>
border-color css
<style>
span { border-color: #ABC788; }
span { border-color: rgb(171,199,136); }
td.TdClassName
{
border-color: #ABC788;
}
.TagClassName
{
border-color: #ABC788;
}
</style>