#ADAC7B

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

Shades of Neutral Green #ADAC7B

Tints of Neutral Green #ADAC7B

Color information

#ADAC7B (or 0xADAC7B) is unknown color: approx Neutral Green. HEX triplet: AD, AC and 7B. RGB value is (173,172,123). Sum of RGB (Red+Green+Blue) = 173+172+123=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC7B is #525384. Grayscale: #A6A6A6. Windows color (decimal): -5395333 or 8105133. OLE color: 8105133.

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

Color convert

RGB173172123-
CMYK00.010.290.32
HSL58.8º23.36%58.04%-
HSV(B)58.8º28.9%67.84%-
XYZ35.5639.8224.55-
YUV166.71103.33132.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=36.97%
G=36.75%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317212300.010.290.3258.823.3658.04
HexADAC7B011D203b173a
Octal255254173013540732772
Binary10101101101011001111011011110110000011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC7B; }

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

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

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

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

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

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

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

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