Html Css Color HEX #ADAC81 Neutral Green

📋 copy color: '#ADAC81'

red 173 ◦ green 172 ◦ blue 129

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

Shades of Neutral Green #ADAC81

Tints of Neutral Green #ADAC81

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 36.5%
G = 36.29%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#ADAC81 (or 0xADAC81) is known color: Neutral Green. HEX triplet: AD, AC and 81. RGB value is (173,172,129). Sum of RGB (Red+Green+Blue) = 173+172+129=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC81 is #52537E. Grayscale: #A7A7A7. Windows color (decimal): -5395327 or 8498349. OLE color: 8498349.

HSL color Cylindrical-coordinate representation of color #ADAC81: hue angle of 58.64º 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 #ADAC81 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 129 -
CMYK 0 0.01 0.25 0.32
HSL 58.64º 0.21% 0.59% -
HSV(B) 58.64º 0.25% 0.68% -
XYZ 35.95 39.97 26.59 -
YUV 167.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 173 172 129 0 0.01 0.25 0.32 58.64 0.21 0.59
Hex AD AC 81 0 1 19 20 3B 15 3B
Octal 255 254 201 0 1 31 40 73 25 73
Binary 10101101 10101100 10000001 0 1 11001 100000 111011 10101 111011

Color Harmonies of #ADAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC81

Black with #ADAC81

Text Example


Text Example

White with #ADAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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