#ADC4AD

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

Shades of Zanah #ADC4AD

Tints of Zanah #ADC4AD

Color information

#ADC4AD (or 0xADC4AD) is unknown color: approx Zanah. HEX triplet: AD, C4 and AD. RGB value is (173,196,173). Sum of RGB (Red+Green+Blue) = 173+196+173=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4AD is #523B52. Grayscale: #BABABA. Windows color (decimal): -5389139 or 11388077. OLE color: 11388077.

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

Color convert

RGB173196173-
CMYK0.1200.120.23
HSL120º16.31%72.35%-
HSV(B)120º11.73%76.86%-
XYZ44.5251.3847.11-
YUV186.5120.38118.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=31.92%
G=36.16%
B=31.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961730.1200.120.2312016.3172.35
HexADC4ADC0C17781048
Octal255304255140142717020110
Binary101011011100010010101101110001100101111111000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4AD; }

 p { color: rgb(173,196,173); }

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

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

 a { background-color: rgb(173,196,173); }

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

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

 span { border-color: rgb(173,196,173); }

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