Html Css Color HEX #ADAD81 Neutral Green

📋 copy color: '#ADAD81'

red 173 ◦ green 173 ◦ blue 129

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

Shades of Neutral Green #ADAD81

Tints of Neutral Green #ADAD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.16%

R = 36.42%
G = 36.42%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#ADAD81 (or 0xADAD81) is known color: Neutral Green. HEX triplet: AD, AD and 81. RGB value is (173,173,129). Sum of RGB (Red+Green+Blue) = 173+173+129=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD81 is #52527E. Grayscale: #A8A8A8. Windows color (decimal): -5395071 or 8498605. OLE color: 8498605.

HSL color Cylindrical-coordinate representation of color #ADAD81: hue angle of 60º 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 #ADAD81 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 129 -
CMYK 0 0 0.25 0.32
HSL 60º 0.21% 0.59% -
HSV(B) 60º 0.25% 0.68% -
XYZ 36.14 40.36 26.65 -
YUV 167.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 173 173 129 0 0 0.25 0.32 60 0.21 0.59
Hex AD AD 81 0 0 19 20 3C 15 3B
Octal 255 255 201 0 0 31 40 74 25 73
Binary 10101101 10101101 10000001 0 0 11001 100000 111100 10101 111011

Color Harmonies of #ADAD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD81

Black with #ADAD81

Text Example


Text Example

White with #ADAD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD81; }

 p { color: rgb(173,173,129); }

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

background-color css

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

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

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

border-color css

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

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

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