Html Css Color HEX #ADAC7C Neutral Green

📋 copy color: '#ADAC7C'

red 173 ◦ green 172 ◦ blue 124

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

Shades of Neutral Green #ADAC7C

Tints of Neutral Green #ADAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 36.89%
G = 36.67%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADAC7C (or 0xADAC7C) is known color: Neutral Green. HEX triplet: AD, AC and 7C. RGB value is (173,172,124). Sum of RGB (Red+Green+Blue) = 173+172+124=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC7C is #525383. Grayscale: #A7A7A7. Windows color (decimal): -5395332 or 8170669. OLE color: 8170669.

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

Color convert

RGB 173 172 124 -
CMYK 0 0.01 0.28 0.32
HSL 58.78º 0.23% 0.58% -
HSV(B) 58.78º 0.28% 0.68% -
XYZ 35.62 39.84 24.88 -
YUV 166.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 173 172 124 0 0.01 0.28 0.32 58.78 0.23 0.58
Hex AD AC 7C 0 1 1C 20 3B 17 3A
Octal 255 254 174 0 1 34 40 73 27 72
Binary 10101101 10101100 1111100 0 1 11100 100000 111011 10111 111010

Color Harmonies of #ADAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC7C

Black with #ADAC7C

Text Example


Text Example

White with #ADAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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