Html Css Color HEX #ADBA94 Green Spring

📋 copy color: '#ADBA94'

red 173 ◦ green 186 ◦ blue 148

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

Shades of Green Spring #ADBA94

Tints of Green Spring #ADBA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 34.12%
G = 36.69%
B = 29.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#ADBA94 (or 0xADBA94) is known color: Green Spring. HEX triplet: AD, BA and 94. RGB value is (173,186,148). Sum of RGB (Red+Green+Blue) = 173+186+148=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA94 is #52456B. Grayscale: #B1B1B1. Windows color (decimal): -5391724 or 9747117. OLE color: 9747117.

HSL color Cylindrical-coordinate representation of color #ADBA94: hue angle of 80.53º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADBA94 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 148 -
CMYK 0.07 0 0.20 0.27
HSL 80.53º 0.22% 0.65% -
HSV(B) 80.53º 0.2% 0.73% -
XYZ 40.14 46.14 34.81 -
YUV 177.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 173 186 148 0.07 0 0.20 0.27 80.53 0.22 0.65
Hex AD BA 94 7 0 14 1B 51 16 41
Octal 255 272 224 7 0 24 33 121 26 101
Binary 10101101 10111010 10010100 111 0 10100 11011 1010001 10110 1000001

Color Harmonies of #ADBA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA94

Black with #ADBA94

Text Example


Text Example

White with #ADBA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA94; }

 p { color: rgb(173,186,148); }

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

background-color css

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

 a { background-color: rgb(173,186,148); }

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

border-color css

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

 span { border-color: rgb(173,186,148); }

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