Html Css Color HEX #ADAB73 Neutral Green

📋 copy color: '#ADAB73'

red 173 ◦ green 171 ◦ blue 115

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

Shades of Neutral Green #ADAB73

Tints of Neutral Green #ADAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 37.69%
G = 37.25%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADAB73 (or 0xADAB73) is known color: Neutral Green. HEX triplet: AD, AB and 73. RGB value is (173,171,115). Sum of RGB (Red+Green+Blue) = 173+171+115=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB73 is #52548C. Grayscale: #A5A5A5. Windows color (decimal): -5395597 or 7580589. OLE color: 7580589.

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

Color convert

RGB 173 171 115 -
CMYK 0 0.01 0.34 0.32
HSL 57.93º 0.26% 0.56% -
HSV(B) 57.93º 0.34% 0.68% -
XYZ 34.89 39.25 21.96 -
YUV 165.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 173 171 115 0 0.01 0.34 0.32 57.93 0.26 0.56
Hex AD AB 73 0 1 22 20 3A 1A 38
Octal 255 253 163 0 1 42 40 72 32 70
Binary 10101101 10101011 1110011 0 1 100010 100000 111010 11010 111000

Color Harmonies of #ADAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB73

Black with #ADAB73

Text Example


Text Example

White with #ADAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB73; }

 p { color: rgb(173,171,115); }

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

background-color css

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

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

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

border-color css

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

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

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