#9DA394

Color #9DA394 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9DA394

Tints of Delta #9DA394

Color information

#9DA394 (or 0x9DA394) is unknown color: approx Delta. HEX triplet: 9D, A3 and 94. RGB value is (157,163,148). Sum of RGB (Red+Green+Blue) = 157+163+148=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA394 is #625C6B. Grayscale: #9F9F9F. Windows color (decimal): -6446188 or 9741213. OLE color: 9741213.

HSL color Cylindrical-coordinate representation of color #9DA394: hue angle of 84º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DA394 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB157163148-
CMYK0.0400.090.36
HSL84º7.54%60.98%-
HSV(B)84º9.2%63.92%-
XYZ32.3535.533.16-
YUV159.5121.51126.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=33.55%
G=34.83%
B=31.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571631480.0400.090.36847.5460.98
Hex9DA394409245483d
Octal2352432244011441241075
Binary1001110110100011100101001000100110010010101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA394; }

 p { color: rgb(157,163,148); }

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

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

 a { background-color: rgb(157,163,148); }

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

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

 span { border-color: rgb(157,163,148); }

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