#ADC2AD

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

Shades of Zanah #ADC2AD

Tints of Zanah #ADC2AD

Color information

#ADC2AD (or 0xADC2AD) is unknown color: approx Zanah. HEX triplet: AD, C2 and AD. RGB value is (173,194,173). Sum of RGB (Red+Green+Blue) = 173+194+173=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2AD is #523D52. Grayscale: #B9B9B9. Windows color (decimal): -5389651 or 11387565. OLE color: 11387565.

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

Color convert

RGB173194173-
CMYK0.1100.110.24
HSL120º14.69%71.96%-
HSV(B)120º10.82%76.08%-
XYZ44.0750.4846.96-
YUV185.33121.04119.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=32.04%
G=35.93%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941730.1100.110.2412014.6971.96
HexADC2ADB0B1878f48
Octal255302255130133017017110
Binary10101101110000101010110110110101111000111100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2AD; }

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

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

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

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

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

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

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

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