#ADB393

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

Shades of Green Spring #ADB393

Tints of Green Spring #ADB393

Color information

#ADB393 (or 0xADB393) is unknown color: approx Green Spring. HEX triplet: AD, B3 and 93. RGB value is (173,179,147). Sum of RGB (Red+Green+Blue) = 173+179+147=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB393 is #524C6C. Grayscale: #ADADAD. Windows color (decimal): -5393517 or 9679789. OLE color: 9679789.

HSL color Cylindrical-coordinate representation of color #ADB393: hue angle of 71.25º degrees, saturation: 0.17, 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 #ADB393 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB173179147-
CMYK0.0300.180.30
HSL71.25º17.39%63.92%-
HSV(B)71.25º17.88%70.2%-
XYZ38.6243.2333.91-
YUV173.56113.01127.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=34.67%
G=35.87%
B=29.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791470.0300.180.3071.2517.3963.92
HexADB39330121E471140
Octal25526322330223610721100
Binary10101101101100111001001111010010111101000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB393; }

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

 H1.HeaderClassName
 {
   color: #ADB393;
 }
 .AnyTagClassName
 {
   color: #ADB393;
 }
</style>
background-color css

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

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

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

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

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

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