Html Css Color HEX #ADB997 Green Spring

📋 copy color: '#ADB997'

red 173 ◦ green 185 ◦ blue 151

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

Shades of Green Spring #ADB997

Tints of Green Spring #ADB997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

 BLUE value IS 151 (59.38% from 255) = 29.67%

R = 33.99%
G = 36.35%
B = 29.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ADB997 (or 0xADB997) is known color: Green Spring. HEX triplet: AD, B9 and 97. RGB value is (173,185,151). Sum of RGB (Red+Green+Blue) = 173+185+151=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB997 is #524668. Grayscale: #B1B1B1. Windows color (decimal): -5391977 or 9943469. OLE color: 9943469.

HSL color Cylindrical-coordinate representation of color #ADB997: hue angle of 81.18º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADB997 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 151 -
CMYK 0.06 0 0.18 0.27
HSL 81.18º 0.2% 0.66% -
HSV(B) 81.18º 0.18% 0.73% -
XYZ 40.17 45.82 36 -
YUV 177.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 173 185 151 0.06 0 0.18 0.27 81.18 0.2 0.66
Hex AD B9 97 6 0 12 1B 51 14 42
Octal 255 271 227 6 0 22 33 121 24 102
Binary 10101101 10111001 10010111 110 0 10010 11011 1010001 10100 1000010

Color Harmonies of #ADB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB997

Black with #ADB997

Text Example


Text Example

White with #ADB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB997; }

 p { color: rgb(173,185,151); }

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

background-color css

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

 a { background-color: rgb(173,185,151); }

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

border-color css

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

 span { border-color: rgb(173,185,151); }

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