Html Css Color HEX #ADC2AD Zanah

📋 copy color: '#ADC2AD'

red 173 ◦ green 194 ◦ blue 173

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

Shades of Zanah #ADC2AD

Tints of Zanah #ADC2AD

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 value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#ADC2AD (or 0xADC2AD) is known color: 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

RGB 173 194 173 -
CMYK 0.11 0 0.11 0.24
HSL 120º 0.15% 0.72% -
HSV(B) 120º 0.11% 0.76% -
XYZ 44.07 50.48 46.96 -
YUV 185.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 173 194 173 0.11 0 0.11 0.24 120 0.15 0.72
Hex AD C2 AD B 0 B 18 78 F 48
Octal 255 302 255 13 0 13 30 170 17 110
Binary 10101101 11000010 10101101 1011 0 1011 11000 1111000 1111 1001000

Color Harmonies of #ADC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2AD

Black with #ADC2AD

Text Example


Text Example

White with #ADC2AD

Text Example


Text Example

HTML Codes & Css Web 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>