Html Css Color HEX #ADA87B Neutral Green

📋 copy color: '#ADA87B'

red 173 ◦ green 168 ◦ blue 123

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

Shades of Neutral Green #ADA87B

Tints of Neutral Green #ADA87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 37.28%
G = 36.21%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#ADA87B (or 0xADA87B) is known color: Neutral Green. HEX triplet: AD, A8 and 7B. RGB value is (173,168,123). Sum of RGB (Red+Green+Blue) = 173+168+123=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA87B is #525784. Grayscale: #A4A4A4. Windows color (decimal): -5396357 or 8104109. OLE color: 8104109.

HSL color Cylindrical-coordinate representation of color #ADA87B: hue angle of 54º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA87B is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 123 -
CMYK 0 0.03 0.29 0.32
HSL 54º 0.23% 0.58% -
HSV(B) 54º 0.29% 0.68% -
XYZ 34.81 38.32 24.3 -
YUV 164.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 173 168 123 0 0.03 0.29 0.32 54 0.23 0.58
Hex AD A8 7B 0 3 1D 20 36 17 3A
Octal 255 250 173 0 3 35 40 66 27 72
Binary 10101101 10101000 1111011 0 11 11101 100000 110110 10111 111010

Color Harmonies of #ADA87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA87B

Black with #ADA87B

Text Example


Text Example

White with #ADA87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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