Html Css Color HEX #ADA88B Neutral Green

📋 copy color: '#ADA88B'

red 173 ◦ green 168 ◦ blue 139

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

Shades of Neutral Green #ADA88B

Tints of Neutral Green #ADA88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 36.04%
G = 35%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA88B (or 0xADA88B) is known color: Neutral Green. HEX triplet: AD, A8 and 8B. RGB value is (173,168,139). Sum of RGB (Red+Green+Blue) = 173+168+139=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA88B is #525774. Grayscale: #A6A6A6. Windows color (decimal): -5396341 or 9152685. OLE color: 9152685.

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

Color convert

RGB 173 168 139 -
CMYK 0 0.03 0.20 0.32
HSL 51.18º 0.17% 0.61% -
HSV(B) 51.18º 0.2% 0.68% -
XYZ 35.9 38.75 30.01 -
YUV 166.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 173 168 139 0 0.03 0.20 0.32 51.18 0.17 0.61
Hex AD A8 8B 0 3 14 20 33 11 3D
Octal 255 250 213 0 3 24 40 63 21 75
Binary 10101101 10101000 10001011 0 11 10100 100000 110011 10001 111101

Color Harmonies of #ADA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA88B

Black with #ADA88B

Text Example


Text Example

White with #ADA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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