#9DA496

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

Shades of Delta #9DA496

Tints of Delta #9DA496

Color information

#9DA496 (or 0x9DA496) is unknown color: approx Delta. HEX triplet: 9D, A4 and 96. RGB value is (157,164,150). Sum of RGB (Red+Green+Blue) = 157+164+150=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA496 is #625B69. Grayscale: #A0A0A0. Windows color (decimal): -6445930 or 9872541. OLE color: 9872541.

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

Color convert

RGB157164150-
CMYK0.0400.090.36
HSL90º7.14%61.57%-
HSV(B)90º8.54%64.31%-
XYZ32.6935.9234.06-
YUV160.31122.18125.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=33.33%
G=34.82%
B=31.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641500.0400.090.36907.1461.57
Hex9DA496409245a73e
Octal235244226401144132776
Binary100111011010010010010110100010011001001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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