Html Css Color HEX #ABC5A9 Zanah

📋 copy color: '#ABC5A9'

red 171 ◦ green 197 ◦ blue 169

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

Shades of Zanah #ABC5A9

Tints of Zanah #ABC5A9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.69%

 BLUE value IS 169 (66.41% from 255) = 31.47%

R = 31.84%
G = 36.69%
B = 31.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#ABC5A9 (or 0xABC5A9) is known color: Zanah. HEX triplet: AB, C5 and A9. RGB value is (171,197,169). Sum of RGB (Red+Green+Blue) = 171+197+169=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5A9 is #543A56. Grayscale: #BABABA. Windows color (decimal): -5519959 or 11126187. OLE color: 11126187.

HSL color Cylindrical-coordinate representation of color #ABC5A9: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC5A9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 169 -
CMYK 0.13 0 0.14 0.23
HSL 115.71º 0.19% 0.72% -
HSV(B) 115.71º 0.14% 0.77% -
XYZ 43.92 51.46 45.15 -
YUV 186.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 171 197 169 0.13 0 0.14 0.23 115.71 0.19 0.72
Hex AB C5 A9 D 0 E 17 74 13 48
Octal 253 305 251 15 0 16 27 164 23 110
Binary 10101011 11000101 10101001 1101 0 1110 10111 1110100 10011 1001000

Color Harmonies of #ABC5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5A9

Black with #ABC5A9

Text Example


Text Example

White with #ABC5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5A9; }

 p { color: rgb(171,197,169); }

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

background-color css

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

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

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

border-color css

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

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

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