#ADAD81

Color #ADAD81 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ADAD81

Tints of Neutral Green #ADAD81

Color information

#ADAD81 (or 0xADAD81) is unknown color: approx 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

RGB173173129-
CMYK000.250.32
HSL60º21.15%59.22%-
HSV(B)60º25.43%67.84%-
XYZ36.1440.3626.65-
YUV167.98106131.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173129000.250.326021.1559.22
HexADAD810019203c153b
Octal255255201003140742573
Binary101011011010110110000001001100110000011110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>