Html Css Color HEX #ADAC74 Neutral Green

📋 copy color: '#ADAC74'

red 173 ◦ green 172 ◦ blue 116

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

Shades of Neutral Green #ADAC74

Tints of Neutral Green #ADAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 37.53%
G = 37.31%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#ADAC74 (or 0xADAC74) is known color: Neutral Green. HEX triplet: AD, AC and 74. RGB value is (173,172,116). Sum of RGB (Red+Green+Blue) = 173+172+116=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC74 is #52538B. Grayscale: #A6A6A6. Windows color (decimal): -5395340 or 7646381. OLE color: 7646381.

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

Color convert

RGB 173 172 116 -
CMYK 0 0.01 0.33 0.32
HSL 58.95º 0.26% 0.57% -
HSV(B) 58.95º 0.33% 0.68% -
XYZ 35.14 39.65 22.32 -
YUV 165.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 173 172 116 0 0.01 0.33 0.32 58.95 0.26 0.57
Hex AD AC 74 0 1 21 20 3B 1A 39
Octal 255 254 164 0 1 41 40 73 32 71
Binary 10101101 10101100 1110100 0 1 100001 100000 111011 11010 111001

Color Harmonies of #ADAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC74

Black with #ADAC74

Text Example


Text Example

White with #ADAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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