Html Css Color HEX #ABC1AB Zanah

📋 copy color: '#ABC1AB'

red 171 ◦ green 193 ◦ blue 171

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

Shades of Zanah #ABC1AB

Tints of Zanah #ABC1AB

RGB

 RED value IS 171 (67.19% from 255) = 31.96%

 GREEN value IS 193 (75.78% from 255) = 36.07%

 BLUE value IS 171 (67.19% from 255) = 31.96%

R = 31.96%
G = 36.07%
B = 31.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#ABC1AB (or 0xABC1AB) is known color: Zanah. HEX triplet: AB, C1 and AB. RGB value is (171,193,171). Sum of RGB (Red+Green+Blue) = 171+193+171=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1AB is #543E54. Grayscale: #B7B7B7. Windows color (decimal): -5520981 or 11256235. OLE color: 11256235.

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

Color convert

RGB 171 193 171 -
CMYK 0.11 0 0.11 0.24
HSL 120º 0.15% 0.71% -
HSV(B) 120º 0.11% 0.76% -
XYZ 43.22 49.74 45.85 -
YUV 183.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 171 193 171 0.11 0 0.11 0.24 120 0.15 0.71
Hex AB C1 AB B 0 B 18 78 F 47
Octal 253 301 253 13 0 13 30 170 17 107
Binary 10101011 11000001 10101011 1011 0 1011 11000 1111000 1111 1000111

Color Harmonies of #ABC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1AB

Black with #ABC1AB

Text Example


Text Example

White with #ABC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1AB; }

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

 H1.HeaderClassName
 {
   color: #ABC1AB;
 }
 .AnyTagClassName
 {
   color: #ABC1AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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