Html Css Color HEX #ADAB84 Neutral Green

📋 copy color: '#ADAB84'

red 173 ◦ green 171 ◦ blue 132

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

Shades of Neutral Green #ADAB84

Tints of Neutral Green #ADAB84

RGB

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

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

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

R = 36.34%
G = 35.92%
B = 27.73%

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

#ADAB84 (or 0xADAB84) is known color: Neutral Green. HEX triplet: AD, AB and 84. RGB value is (173,171,132). Sum of RGB (Red+Green+Blue) = 173+171+132=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB84 is #52547B. Grayscale: #A7A7A7. Windows color (decimal): -5395580 or 8694701. OLE color: 8694701.

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

Color convert

RGB 173 171 132 -
CMYK 0 0.01 0.24 0.32
HSL 57.07º 0.2% 0.6% -
HSV(B) 57.07º 0.24% 0.68% -
XYZ 35.96 39.68 27.59 -
YUV 167.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 173 171 132 0 0.01 0.24 0.32 57.07 0.2 0.6
Hex AD AB 84 0 1 18 20 39 14 3C
Octal 255 253 204 0 1 30 40 71 24 74
Binary 10101101 10101011 10000100 0 1 11000 100000 111001 10100 111100

Color Harmonies of #ADAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB84

Black with #ADAB84

Text Example


Text Example

White with #ADAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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