#9DA58B

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

Shades of Delta #9DA58B

Tints of Delta #9DA58B

Color information

#9DA58B (or 0x9DA58B) is unknown color: approx Delta. HEX triplet: 9D, A5 and 8B. RGB value is (157,165,139). Sum of RGB (Red+Green+Blue) = 157+165+139=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA58B is #625A74. Grayscale: #9F9F9F. Windows color (decimal): -6445685 or 9151901. OLE color: 9151901.

HSL color Cylindrical-coordinate representation of color #9DA58B: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA58B is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB157165139-
CMYK0.0500.160.35
HSL78.46º12.62%59.61%-
HSV(B)78.46º15.76%64.71%-
XYZ32.0235.9429.68-
YUV159.64116.35126.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.06%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=34.06%
G=35.79%
B=30.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571651390.0500.160.3578.4612.6259.61
Hex9DA58B5010234ed3c
Octal2352452135020431161574
Binary10011101101001011000101110101000010001110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,165,139); }

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

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

 a { background-color: rgb(157,165,139); }

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

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

 span { border-color: rgb(157,165,139); }

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