#9DA48D

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

Shades of Delta #9DA48D

Tints of Delta #9DA48D

Color information

#9DA48D (or 0x9DA48D) is unknown color: approx Delta. HEX triplet: 9D, A4 and 8D. RGB value is (157,164,141). Sum of RGB (Red+Green+Blue) = 157+164+141=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA48D is #625B72. Grayscale: #9F9F9F. Windows color (decimal): -6445939 or 9282717. OLE color: 9282717.

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

Color convert

RGB157164141-
CMYK0.0400.140.36
HSL78.26º11.22%59.8%-
HSV(B)78.26º14.02%64.31%-
XYZ31.9935.6430.39-
YUV159.29117.68126.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.98%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=33.98%
G=35.50%
B=30.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641410.0400.140.3678.2611.2259.8
Hex9DA48D40E244eb3c
Octal2352442154016441161374
Binary1001110110100100100011011000111010010010011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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