Shades of Zanah #ABBEAB
Tints of Zanah #ABBEAB
RGB
CMYK
RGB Variations
Color information
#ABBEAB (or 0xABBEAB) is known color: Zanah. HEX triplet: AB, BE and AB. RGB value is (171,190,171). Sum of RGB (Red+Green+Blue) = 171+190+171=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBEAB is #544154. Grayscale: #B6B6B6. Windows color (decimal): -5521749 or 11255467. OLE color: 11255467.
HSL color Cylindrical-coordinate representation of color #ABBEAB: hue angle of 120º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBEAB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 190 | 171 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.25 |
| HSL | 120º | 0.13% | 0.71% | - |
| HSV(B) | 120º | 0.1% | 0.75% | - |
| XYZ | 42.56 | 48.43 | 45.63 | - |
| YUV | 182.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 171 | 0.10 | 0 | 0.10 | 0.25 | 120 | 0.13 | 0.71 |
| Hex | AB | BE | AB | A | 0 | A | 19 | 78 | D | 47 |
| Octal | 253 | 276 | 253 | 12 | 0 | 12 | 31 | 170 | 15 | 107 |
| Binary | 10101011 | 10111110 | 10101011 | 1010 | 0 | 1010 | 11001 | 1111000 | 1101 | 1000111 |
Color Harmonies of #ABBEAB
Complementary color
Monochromatic Colors of #ABBEAB
Black with #ABBEAB
Text Example
Text Example
White with #ABBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEAB; }
p { color: rgb(171,190,171); }
H1.HeaderClassName
{
color: #ABBEAB;
}
.AnyTagClassName
{
color: #ABBEAB;
}
</style>
background-color css
<style>
a { background-color: #ABBEAB; }
a { background-color: rgb(171,190,171); }
div.DivClassName
{
background-color: #ABBEAB;
}
.BgClassName
{
background-color: #ABBEAB;
}
</style>
border-color css
<style>
span { border-color: #ABBEAB; }
span { border-color: rgb(171,190,171); }
td.TdClassName
{
border-color: #ABBEAB;
}
.TagClassName
{
border-color: #ABBEAB;
}
</style>