Html Css Color HEX #ADC5AD Zanah

📋 copy color: '#ADC5AD'

red 173 ◦ green 197 ◦ blue 173

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

Shades of Zanah #ADC5AD

Tints of Zanah #ADC5AD

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

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

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

RGB 173 197 173 -
CMYK 0.12 0 0.12 0.23
HSL 120º 0.17% 0.73% -
HSV(B) 120º 0.12% 0.77% -
XYZ 44.74 51.83 47.18 -
YUV 187.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 173 197 173 0.12 0 0.12 0.23 120 0.17 0.73
Hex AD C5 AD C 0 C 17 78 11 49
Octal 255 305 255 14 0 14 27 170 21 111
Binary 10101101 11000101 10101101 1100 0 1100 10111 1111000 10001 1001001

Color Harmonies of #ADC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5AD

Black with #ADC5AD

Text Example


Text Example

White with #ADC5AD

Text Example


Text Example

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