Html Css Color HEX #ADB491 Green Spring

📋 copy color: '#ADB491'

red 173 ◦ green 180 ◦ blue 145

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

Shades of Green Spring #ADB491

Tints of Green Spring #ADB491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.12%

R = 34.74%
G = 36.14%
B = 29.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#ADB491 (or 0xADB491) is known color: Green Spring. HEX triplet: AD, B4 and 91. RGB value is (173,180,145). Sum of RGB (Red+Green+Blue) = 173+180+145=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB491 is #524B6E. Grayscale: #AEAEAE. Windows color (decimal): -5393263 or 9548973. OLE color: 9548973.

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

Color convert

RGB 173 180 145 -
CMYK 0.04 0 0.19 0.29
HSL 72º 0.19% 0.64% -
HSV(B) 72º 0.19% 0.71% -
XYZ 38.67 43.57 33.16 -
YUV 173.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 173 180 145 0.04 0 0.19 0.29 72 0.19 0.64
Hex AD B4 91 4 0 13 1D 48 13 40
Octal 255 264 221 4 0 23 35 110 23 100
Binary 10101101 10110100 10010001 100 0 10011 11101 1001000 10011 1000000

Color Harmonies of #ADB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB491

Black with #ADB491

Text Example


Text Example

White with #ADB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB491; }

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

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

background-color css

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

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

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

border-color css

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

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

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