#ADBA94

Color #ADBA94 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #ADBA94

Tints of Green Spring #ADBA94

Color information

#ADBA94 (or 0xADBA94) is unknown color: approx 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

RGB173186148-
CMYK0.0700.200.27
HSL80.53º21.59%65.49%-
HSV(B)80.53º20.43%72.94%-
XYZ40.1446.1434.81-
YUV177.78111.19124.59-

RGB Variations

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

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.20% from 255) = 29.19%
R=34.12%
G=36.69%
B=29.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861480.0700.200.2780.5321.5965.49
HexADBA9470141B511641
Octal25527222470243312126101
Binary101011011011101010010100111010100110111010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>