Html Css Color HEX #ADAC76 Neutral Green

📋 copy color: '#ADAC76'

red 173 ◦ green 172 ◦ blue 118

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

Shades of Neutral Green #ADAC76

Tints of Neutral Green #ADAC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 37.37%
G = 37.15%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ADAC76 (or 0xADAC76) is known color: Neutral Green. HEX triplet: AD, AC and 76. RGB value is (173,172,118). Sum of RGB (Red+Green+Blue) = 173+172+118=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC76 is #525389. Grayscale: #A6A6A6. Windows color (decimal): -5395338 or 7777453. OLE color: 7777453.

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

Color convert

RGB 173 172 118 -
CMYK 0 0.01 0.32 0.32
HSL 58.91º 0.25% 0.57% -
HSV(B) 58.91º 0.32% 0.68% -
XYZ 35.26 39.7 22.94 -
YUV 166.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 173 172 118 0 0.01 0.32 0.32 58.91 0.25 0.57
Hex AD AC 76 0 1 20 20 3B 19 39
Octal 255 254 166 0 1 40 40 73 31 71
Binary 10101101 10101100 1110110 0 1 100000 100000 111011 11001 111001

Color Harmonies of #ADAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC76

Black with #ADAC76

Text Example


Text Example

White with #ADAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC76; }

 p { color: rgb(173,172,118); }

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

background-color css

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

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

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

border-color css

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

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

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