#ADA58B

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

Shades of Neutral Green #ADA58B

Tints of Neutral Green #ADA58B

Color information

#ADA58B (or 0xADA58B) is unknown color: approx Neutral Green. HEX triplet: AD, A5 and 8B. RGB value is (173,165,139). Sum of RGB (Red+Green+Blue) = 173+165+139=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58B is #525A74. Grayscale: #A4A4A4. Windows color (decimal): -5397109 or 9151917. OLE color: 9151917.

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

Color convert

RGB173165139-
CMYK00.050.200.32
HSL45.88º17.17%61.18%-
HSV(B)45.88º19.65%67.84%-
XYZ35.3537.6629.83-
YUV164.43113.65134.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=36.27%
G=34.59%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316513900.050.200.3245.8817.1761.18
HexADA58B0514202e113d
Octal255245213052440562175
Binary10101101101001011000101101011010010000010111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA58B; }

 p { color: rgb(173,165,139); }

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

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

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

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

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

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

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