#9DA191

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

Shades of Delta #9DA191

Tints of Delta #9DA191

Color information

#9DA191 (or 0x9DA191) is unknown color: approx Delta. HEX triplet: 9D, A1 and 91. RGB value is (157,161,145). Sum of RGB (Red+Green+Blue) = 157+161+145=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA191 is #625E6E. Grayscale: #9E9E9E. Windows color (decimal): -6446703 or 9544093. OLE color: 9544093.

HSL color Cylindrical-coordinate representation of color #9DA191: hue angle of 75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DA191 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB157161145-
CMYK0.0200.100.37
HSL75º7.84%60%-
HSV(B)75º9.94%63.14%-
XYZ31.7634.731.81-
YUV157.98120.67127.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=33.91%
G=34.77%
B=31.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571611450.0200.100.37757.8460
Hex9DA19120A254b83c
Octal2352412212012451131074
Binary100111011010000110010001100101010010110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,161,145); }

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

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

 a { background-color: rgb(157,161,145); }

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

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

 span { border-color: rgb(157,161,145); }

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