Html Css Color HEX #ADB392 Green Spring

📋 copy color: '#ADB392'

red 173 ◦ green 179 ◦ blue 146

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

Shades of Green Spring #ADB392

Tints of Green Spring #ADB392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 34.74%
G = 35.94%
B = 29.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#ADB392 (or 0xADB392) is known color: Green Spring. HEX triplet: AD, B3 and 92. RGB value is (173,179,146). Sum of RGB (Red+Green+Blue) = 173+179+146=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB392 is #524C6D. Grayscale: #ADADAD. Windows color (decimal): -5393518 or 9614253. OLE color: 9614253.

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

Color convert

RGB 173 179 146 -
CMYK 0.03 0 0.18 0.30
HSL 70.91º 0.18% 0.64% -
HSV(B) 70.91º 0.18% 0.7% -
XYZ 38.54 43.2 33.5 -
YUV 173.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 173 179 146 0.03 0 0.18 0.30 70.91 0.18 0.64
Hex AD B3 92 3 0 12 1E 47 12 40
Octal 255 263 222 3 0 22 36 107 22 100
Binary 10101101 10110011 10010010 11 0 10010 11110 1000111 10010 1000000

Color Harmonies of #ADB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB392

Black with #ADB392

Text Example


Text Example

White with #ADB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB392; }

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

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

background-color css

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

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

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

border-color css

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

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

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