Html Css Color HEX #ADB396 Green Spring

📋 copy color: '#ADB396'

red 173 ◦ green 179 ◦ blue 150

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

Shades of Green Spring #ADB396

Tints of Green Spring #ADB396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 34.46%
G = 35.66%
B = 29.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#ADB396 (or 0xADB396) is known color: Green Spring. HEX triplet: AD, B3 and 96. RGB value is (173,179,150). Sum of RGB (Red+Green+Blue) = 173+179+150=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB396 is #524C69. Grayscale: #AEAEAE. Windows color (decimal): -5393514 or 9876397. OLE color: 9876397.

HSL color Cylindrical-coordinate representation of color #ADB396: hue angle of 72.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB396 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 150 -
CMYK 0.03 0 0.16 0.30
HSL 72.41º 0.16% 0.65% -
HSV(B) 72.41º 0.16% 0.7% -
XYZ 38.86 43.33 35.17 -
YUV 173.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 173 179 150 0.03 0 0.16 0.30 72.41 0.16 0.65
Hex AD B3 96 3 0 10 1E 48 10 41
Octal 255 263 226 3 0 20 36 110 20 101
Binary 10101101 10110011 10010110 11 0 10000 11110 1001000 10000 1000001

Color Harmonies of #ADB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB396

Black with #ADB396

Text Example


Text Example

White with #ADB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB396; }

 p { color: rgb(173,179,150); }

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

background-color css

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

 a { background-color: rgb(173,179,150); }

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

border-color css

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

 span { border-color: rgb(173,179,150); }

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