#949889

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

Shades of Delta #949889

Tints of Delta #949889

Color information

#949889 (or 0x949889) is unknown color: approx Delta. HEX triplet: 94, 98 and 89. RGB value is (148,152,137). Sum of RGB (Red+Green+Blue) = 148+152+137=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #949889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949889 is #6B6776. Grayscale: #959595. Windows color (decimal): -7038839 or 9017492. OLE color: 9017492.

HSL color Cylindrical-coordinate representation of color #949889: hue angle of 76º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #949889 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB148152137-
CMYK0.0300.100.40
HSL76º6.79%56.67%-
HSV(B)76º9.87%59.61%-
XYZ27.9630.5628.09-
YUV149.09121.17127.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=33.87%
G=34.78%
B=31.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521370.0300.100.40766.7956.67
Hex94988930A284c739
Octal224230211301250114771
Binary10010100100110001000100111010101010001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949889; }

 p { color: rgb(148,152,137); }

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

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

 a { background-color: rgb(148,152,137); }

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

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

 span { border-color: rgb(148,152,137); }

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