Shades of Zanah #ABCDAB
Tints of Zanah #ABCDAB
RGB
CMYK
RGB Variations
Color information
#ABCDAB (or 0xABCDAB) is known color: Zanah. HEX triplet: AB, CD and AB. RGB value is (171,205,171). Sum of RGB (Red+Green+Blue) = 171+205+171=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDAB is #543254. Grayscale: #BFBFBF. Windows color (decimal): -5517909 or 11259307. OLE color: 11259307.
HSL color Cylindrical-coordinate representation of color #ABCDAB: hue angle of 120º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDAB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
RGB | 171 | 205 | 171 | - |
CMYK | 0.17 | 0 | 0.17 | 0.20 |
HSL | 120º | 0.25% | 0.74% | - |
HSV(B) | 120º | 0.17% | 0.8% | - |
XYZ | 45.98 | 55.26 | 46.77 | - |
YUV | 190.96 | 116.74 | 113.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 205 | 171 | 0.17 | 0 | 0.17 | 0.20 | 120 | 0.25 | 0.74 |
Hex | AB | CD | AB | 11 | 0 | 11 | 14 | 78 | 19 | 4A |
Octal | 253 | 315 | 253 | 21 | 0 | 21 | 24 | 170 | 31 | 112 |
Binary | 10101011 | 11001101 | 10101011 | 10001 | 0 | 10001 | 10100 | 1111000 | 11001 | 1001010 |
Color Harmonies of #ABCDAB
Complementary color
Monochromatic Colors of #ABCDAB
Black with #ABCDAB
Text Example
Text Example
White with #ABCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDAB; }
p { color: rgb(171,205,171); }
H1.HeaderClassName
{
color: #ABCDAB;
}
.AnyTagClassName
{
color: #ABCDAB;
}
</style>
background-color css
<style>
a { background-color: #ABCDAB; }
a { background-color: rgb(171,205,171); }
div.DivClassName
{
background-color: #ABCDAB;
}
.BgClassName
{
background-color: #ABCDAB;
}
</style>
border-color css
<style>
span { border-color: #ABCDAB; }
span { border-color: rgb(171,205,171); }
td.TdClassName
{
border-color: #ABCDAB;
}
.TagClassName
{
border-color: #ABCDAB;
}
</style>