#ADC5AD

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

Shades of Zanah #ADC5AD

Tints of Zanah #ADC5AD

Color information

#ADC5AD (or 0xADC5AD) is unknown color: approx Zanah. HEX triplet: AD, C5 and AD. RGB value is (173,197,173). Sum of RGB (Red+Green+Blue) = 173+197+173=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5AD is #523A52. Grayscale: #BBBBBB. Windows color (decimal): -5388883 or 11388333. OLE color: 11388333.

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

Color convert

RGB173197173-
CMYK0.1200.120.23
HSL120º17.14%72.55%-
HSV(B)120º12.18%77.25%-
XYZ44.7451.8347.18-
YUV187.09120.05117.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=31.86%
G=36.28%
B=31.86%

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
Decimal1731971730.1200.120.2312017.1472.55
HexADC5ADC0C17781149
Octal255305255140142717021111
Binary101011011100010110101101110001100101111111000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5AD; }

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

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

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

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

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

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

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

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