#949989

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

Shades of Delta #949989

Tints of Delta #949989

Color information

#949989 (or 0x949989) is unknown color: approx Delta. HEX triplet: 94, 99 and 89. RGB value is (148,153,137). Sum of RGB (Red+Green+Blue) = 148+153+137=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #949989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949989 is #6B6676. Grayscale: #959595. Windows color (decimal): -7038583 or 9017748. OLE color: 9017748.

HSL color Cylindrical-coordinate representation of color #949989: hue angle of 78.75º 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 #949989 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB148153137-
CMYK0.0300.100.4
HSL78.75º7.27%56.86%-
HSV(B)78.75º10.46%60%-
XYZ28.1230.8828.15-
YUV149.68120.84126.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=33.79%
G=34.93%
B=31.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531370.0300.100.478.757.2756.86
Hex94998930A284f739
Octal224231211301250117771
Binary10010100100110011000100111010101010001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949989; }

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

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

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

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

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

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

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

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