#9DA48A

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

Shades of Delta #9DA48A

Tints of Delta #9DA48A

Color information

#9DA48A (or 0x9DA48A) is unknown color: approx Delta. HEX triplet: 9D, A4 and 8A. RGB value is (157,164,138). Sum of RGB (Red+Green+Blue) = 157+164+138=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA48A is #625B75. Grayscale: #9F9F9F. Windows color (decimal): -6445942 or 9086109. OLE color: 9086109.

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

Color convert

RGB157164138-
CMYK0.0400.160.36
HSL76.15º12.5%59.22%-
HSV(B)76.15º15.85%64.31%-
XYZ31.7735.5529.23-
YUV158.94116.18126.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=34.20%
G=35.73%
B=30.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641380.0400.160.3676.1512.559.22
Hex9DA48A4010244cd3b
Octal2352442124020441141573
Binary10011101101001001000101010001000010010010011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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