#ADAD83

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

Shades of Neutral Green #ADAD83

Tints of Neutral Green #ADAD83

Color information

#ADAD83 (or 0xADAD83) is unknown color: approx Neutral Green. HEX triplet: AD, AD and 83. RGB value is (173,173,131). Sum of RGB (Red+Green+Blue) = 173+173+131=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD83 is #52527C. Grayscale: #A8A8A8. Windows color (decimal): -5395069 or 8629677. OLE color: 8629677.

HSL color Cylindrical-coordinate representation of color #ADAD83: hue angle of 60º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAD83 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB173173131-
CMYK000.240.32
HSL60º20.39%59.61%-
HSV(B)60º24.28%67.84%-
XYZ36.2740.4127.36-
YUV168.21107131.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=36.27%
G=36.27%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173131000.240.326020.3959.61
HexADAD830018203c143c
Octal255255203003040742474
Binary101011011010110110000011001100010000011110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD83; }

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

 H1.HeaderClassName
 {
   color: #ADAD83;
 }
 .AnyTagClassName
 {
   color: #ADAD83;
 }
</style>
background-color css

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

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

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

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

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

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