Html Css Color HEX #ADAC80 Neutral Green

📋 copy color: '#ADAC80'

red 173 ◦ green 172 ◦ blue 128

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

Shades of Neutral Green #ADAC80

Tints of Neutral Green #ADAC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.06%

R = 36.58%
G = 36.36%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#ADAC80 (or 0xADAC80) is known color: Neutral Green. HEX triplet: AD, AC and 80. RGB value is (173,172,128). Sum of RGB (Red+Green+Blue) = 173+172+128=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC80 is #52537F. Grayscale: #A7A7A7. Windows color (decimal): -5395328 or 8432813. OLE color: 8432813.

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

Color convert

RGB 173 172 128 -
CMYK 0 0.01 0.26 0.32
HSL 58.67º 0.22% 0.59% -
HSV(B) 58.67º 0.26% 0.68% -
XYZ 35.88 39.95 26.24 -
YUV 167.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 173 172 128 0 0.01 0.26 0.32 58.67 0.22 0.59
Hex AD AC 80 0 1 1A 20 3B 16 3B
Octal 255 254 200 0 1 32 40 73 26 73
Binary 10101101 10101100 10000000 0 1 11010 100000 111011 10110 111011

Color Harmonies of #ADAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC80

Black with #ADAC80

Text Example


Text Example

White with #ADAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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