Html Css Color HEX #ADAD86 Neutral Green

📋 copy color: '#ADAD86'

red 173 ◦ green 173 ◦ blue 134

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

Shades of Neutral Green #ADAD86

Tints of Neutral Green #ADAD86

RGB

 RED value IS 173 (67.97% from 255) = 36.04%

 GREEN value IS 173 (67.97% from 255) = 36.04%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 36.04%
G = 36.04%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#ADAD86 (or 0xADAD86) is known color: Neutral Green. HEX triplet: AD, AD and 86. RGB value is (173,173,134). Sum of RGB (Red+Green+Blue) = 173+173+134=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD86 is #525279. Grayscale: #A8A8A8. Windows color (decimal): -5395066 or 8826285. OLE color: 8826285.

HSL color Cylindrical-coordinate representation of color #ADAD86: hue angle of 60º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAD86 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 134 -
CMYK 0 0 0.23 0.32
HSL 60º 0.19% 0.6% -
HSV(B) 60º 0.23% 0.68% -
XYZ 36.48 40.49 28.45 -
YUV 168.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 173 173 134 0 0 0.23 0.32 60 0.19 0.6
Hex AD AD 86 0 0 17 20 3C 13 3C
Octal 255 255 206 0 0 27 40 74 23 74
Binary 10101101 10101101 10000110 0 0 10111 100000 111100 10011 111100

Color Harmonies of #ADAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD86

Black with #ADAD86

Text Example


Text Example

White with #ADAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD86; }

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

 H1.HeaderClassName
 {
   color: #ADAD86;
 }
 .AnyTagClassName
 {
   color: #ADAD86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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