Html Css Color HEX #ABC9AB Zanah

📋 copy color: '#ABC9AB'

red 171 ◦ green 201 ◦ blue 171

#ABC9AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ABC9AB

Tints of Zanah #ABC9AB

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 value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#ABC9AB (or 0xABC9AB) is known color: 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

RGB 171 201 171 -
CMYK 0.15 0 0.15 0.21
HSL 120º 0.22% 0.73% -
HSV(B) 120º 0.15% 0.79% -
XYZ 45.03 53.37 46.46 -
YUV 188.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 171 201 171 0.15 0 0.15 0.21 120 0.22 0.73
Hex AB C9 AB F 0 F 15 78 16 49
Octal 253 311 253 17 0 17 25 170 26 111
Binary 10101011 11001001 10101011 1111 0 1111 10101 1111000 10110 1001001

Color Harmonies of #ABC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9AB

Black with #ABC9AB

Text Example


Text Example

White with #ABC9AB

Text Example


Text Example

HTML Codes & Css Web 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>