Html Css Color HEX #ADB490 Green Spring

📋 copy color: '#ADB490'

red 173 ◦ green 180 ◦ blue 144

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

Shades of Green Spring #ADB490

Tints of Green Spring #ADB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 34.81%
G = 36.22%
B = 28.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#ADB490 (or 0xADB490) is known color: Green Spring. HEX triplet: AD, B4 and 90. RGB value is (173,180,144). Sum of RGB (Red+Green+Blue) = 173+180+144=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB490 is #524B6F. Grayscale: #ADADAD. Windows color (decimal): -5393264 or 9483437. OLE color: 9483437.

HSL color Cylindrical-coordinate representation of color #ADB490: hue angle of 71.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB490 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 144 -
CMYK 0.04 0 0.2 0.29
HSL 71.67º 0.19% 0.64% -
HSV(B) 71.67º 0.2% 0.71% -
XYZ 38.59 43.54 32.76 -
YUV 173.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 173 180 144 0.04 0 0.2 0.29 71.67 0.19 0.64
Hex AD B4 90 4 0 14 1D 48 13 40
Octal 255 264 220 4 0 24 35 110 23 100
Binary 10101101 10110100 10010000 100 0 10100 11101 1001000 10011 1000000

Color Harmonies of #ADB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB490

Black with #ADB490

Text Example


Text Example

White with #ADB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB490; }

 p { color: rgb(173,180,144); }

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

background-color css

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

 a { background-color: rgb(173,180,144); }

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

border-color css

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

 span { border-color: rgb(173,180,144); }

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