#ABC9AB

Color #ABC9AB Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ABC9AB

Tints of Zanah #ABC9AB

Color information

#ABC9AB (or 0xABC9AB) is unknown color: approx Zanah. HEX triplet: AB, C9 and AB. RGB value is (171,201,171). Sum of RGB (Red+Green+Blue) = 171+201+171=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9AB is #543654. Grayscale: #BCBCBC. Windows color (decimal): -5518933 or 11258283. OLE color: 11258283.

HSL color Cylindrical-coordinate representation of color #ABC9AB: hue angle of 120º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9AB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB171201171-
CMYK0.1500.150.21
HSL120º21.74%72.94%-
HSV(B)120º14.93%78.82%-
XYZ45.0353.3746.46-
YUV188.61118.06115.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=31.49%
G=37.02%
B=31.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011710.1500.150.2112021.7472.94
HexABC9ABF0F15781649
Octal253311253170172517026111
Binary101010111100100110101011111101111101011111000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9AB; }

 p { color: rgb(171,201,171); }

 H1.HeaderClassName
 {
   color: #ABC9AB;
 }
 .AnyTagClassName
 {
   color: #ABC9AB;
 }
</style>
background-color css

<style>
 a { background-color: #ABC9AB; }

 a { background-color: rgb(171,201,171); }

 div.DivClassName
 {
   background-color: #ABC9AB;
 }
 .BgClassName
 {
   background-color: #ABC9AB;
 }
</style>
border-color css

<style>
 span { border-color: #ABC9AB; }

 span { border-color: rgb(171,201,171); }

 td.TdClassName
 {
   border-color: #ABC9AB;
 }
 .TagClassName
 {
   border-color: #ABC9AB;
 }
</style>