Html Css Color HEX #ADAC82 Neutral Green

📋 copy color: '#ADAC82'

red 173 ◦ green 172 ◦ blue 130

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

Shades of Neutral Green #ADAC82

Tints of Neutral Green #ADAC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 36.42%
G = 36.21%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#ADAC82 (or 0xADAC82) is known color: Neutral Green. HEX triplet: AD, AC and 82. RGB value is (173,172,130). Sum of RGB (Red+Green+Blue) = 173+172+130=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC82 is #52537D. Grayscale: #A7A7A7. Windows color (decimal): -5395326 or 8563885. OLE color: 8563885.

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

Color convert

RGB 173 172 130 -
CMYK 0 0.01 0.25 0.32
HSL 58.6º 0.21% 0.59% -
HSV(B) 58.6º 0.25% 0.68% -
XYZ 36.02 40 26.94 -
YUV 167.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 173 172 130 0 0.01 0.25 0.32 58.6 0.21 0.59
Hex AD AC 82 0 1 19 20 3B 15 3B
Octal 255 254 202 0 1 31 40 73 25 73
Binary 10101101 10101100 10000010 0 1 11001 100000 111011 10101 111011

Color Harmonies of #ADAC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC82

Black with #ADAC82

Text Example


Text Example

White with #ADAC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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