#9DA693

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

Shades of Delta #9DA693

Tints of Delta #9DA693

Color information

#9DA693 (or 0x9DA693) is unknown color: approx Delta. HEX triplet: 9D, A6 and 93. RGB value is (157,166,147). Sum of RGB (Red+Green+Blue) = 157+166+147=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA693 is #62596C. Grayscale: #A1A1A1. Windows color (decimal): -6445421 or 9676445. OLE color: 9676445.

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

Color convert

RGB157166147-
CMYK0.0500.110.35
HSL88.42º9.64%61.37%-
HSV(B)88.42º11.45%65.1%-
XYZ32.8136.5532.93-
YUV161.14120.02125.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=33.40%
G=35.32%
B=31.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571661470.0500.110.3588.429.6461.37
Hex9DA69350B2358a3d
Octal2352462235013431301275
Binary1001110110100110100100111010101110001110110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,166,147); }

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

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

 a { background-color: rgb(157,166,147); }

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

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

 span { border-color: rgb(157,166,147); }

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