Html Css Color HEX #ADAC84 Neutral Green

📋 copy color: '#ADAC84'

red 173 ◦ green 172 ◦ blue 132

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

Shades of Neutral Green #ADAC84

Tints of Neutral Green #ADAC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.67%

R = 36.27%
G = 36.06%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#ADAC84 (or 0xADAC84) is known color: Neutral Green. HEX triplet: AD, AC and 84. RGB value is (173,172,132). Sum of RGB (Red+Green+Blue) = 173+172+132=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC84 is #52537B. Grayscale: #A7A7A7. Windows color (decimal): -5395324 or 8694957. OLE color: 8694957.

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

Color convert

RGB 173 172 132 -
CMYK 0 0.01 0.24 0.32
HSL 58.54º 0.2% 0.6% -
HSV(B) 58.54º 0.24% 0.68% -
XYZ 36.15 40.06 27.66 -
YUV 167.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 173 172 132 0 0.01 0.24 0.32 58.54 0.2 0.6
Hex AD AC 84 0 1 18 20 3B 14 3C
Octal 255 254 204 0 1 30 40 73 24 74
Binary 10101101 10101100 10000100 0 1 11000 100000 111011 10100 111100

Color Harmonies of #ADAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC84

Black with #ADAC84

Text Example


Text Example

White with #ADAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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