#9DA495

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

Shades of Delta #9DA495

Tints of Delta #9DA495

Color information

#9DA495 (or 0x9DA495) is unknown color: approx Delta. HEX triplet: 9D, A4 and 95. RGB value is (157,164,149). Sum of RGB (Red+Green+Blue) = 157+164+149=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA495 is #625B6A. Grayscale: #A0A0A0. Windows color (decimal): -6445931 or 9807005. OLE color: 9807005.

HSL color Cylindrical-coordinate representation of color #9DA495: hue angle of 88º 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 #9DA495 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB157164149-
CMYK0.0400.090.36
HSL88º7.61%61.37%-
HSV(B)88º9.15%64.31%-
XYZ32.635.8933.64-
YUV160.2121.68125.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=33.40%
G=34.89%
B=31.70%

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
Decimal1571641490.0400.090.36887.6161.37
Hex9DA495409245883d
Octal2352442254011441301075
Binary1001110110100100100101011000100110010010110001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,164,149); }

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

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

 a { background-color: rgb(157,164,149); }

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

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

 span { border-color: rgb(157,164,149); }

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