Html Css Color HEX #ABBDAB Zanah

📋 copy color: '#ABBDAB'

red 171 ◦ green 189 ◦ blue 171

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

Shades of Zanah #ABBDAB

Tints of Zanah #ABBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

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

R = 32.2%
G = 35.59%
B = 32.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#ABBDAB (or 0xABBDAB) is known color: Zanah. HEX triplet: AB, BD and AB. RGB value is (171,189,171). Sum of RGB (Red+Green+Blue) = 171+189+171=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDAB is #544254. Grayscale: #B5B5B5. Windows color (decimal): -5522005 or 11255211. OLE color: 11255211.

HSL color Cylindrical-coordinate representation of color #ABBDAB: hue angle of 120º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDAB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 171 -
CMYK 0.10 0 0.10 0.26
HSL 120º 0.12% 0.71% -
HSV(B) 120º 0.1% 0.74% -
XYZ 42.34 47.99 45.56 -
YUV 181.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 171 189 171 0.10 0 0.10 0.26 120 0.12 0.71
Hex AB BD AB A 0 A 1A 78 C 47
Octal 253 275 253 12 0 12 32 170 14 107
Binary 10101011 10111101 10101011 1010 0 1010 11010 1111000 1100 1000111

Color Harmonies of #ABBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDAB

Black with #ABBDAB

Text Example


Text Example

White with #ABBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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