#9DA38C

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

Shades of Delta #9DA38C

Tints of Delta #9DA38C

Color information

#9DA38C (or 0x9DA38C) is unknown color: approx Delta. HEX triplet: 9D, A3 and 8C. RGB value is (157,163,140). Sum of RGB (Red+Green+Blue) = 157+163+140=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA38C is #625C73. Grayscale: #9E9E9E. Windows color (decimal): -6446196 or 9216925. OLE color: 9216925.

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

Color convert

RGB157163140-
CMYK0.0400.140.36
HSL75.65º11.11%59.41%-
HSV(B)75.65º14.11%63.92%-
XYZ31.7435.2629.94-
YUV158.58117.51126.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=34.13%
G=35.43%
B=30.43%

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
Decimal1571631400.0400.140.3675.6511.1159.41
Hex9DA38C40E244cb3b
Octal2352432144016441141373
Binary1001110110100011100011001000111010010010011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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