#9DA497

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

Shades of Delta #9DA497

Tints of Delta #9DA497

Color information

#9DA497 (or 0x9DA497) is unknown color: approx Delta. HEX triplet: 9D, A4 and 97. RGB value is (157,164,151). Sum of RGB (Red+Green+Blue) = 157+164+151=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA497 is #625B68. Grayscale: #A0A0A0. Windows color (decimal): -6445929 or 9938077. OLE color: 9938077.

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

Color convert

RGB157164151-
CMYK0.0400.080.36
HSL92.31º6.67%61.76%-
HSV(B)92.31º7.93%64.31%-
XYZ32.7735.9534.49-
YUV160.43122.68125.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=33.26%
G=34.75%
B=31.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641510.0400.080.3692.316.6761.76
Hex9DA497408245c73e
Octal235244227401044134776
Binary100111011010010010010111100010001001001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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