#949B8A

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

Shades of Delta #949B8A

Tints of Delta #949B8A

Color information

#949B8A (or 0x949B8A) is unknown color: approx Delta. HEX triplet: 94, 9B and 8A. RGB value is (148,155,138). Sum of RGB (Red+Green+Blue) = 148+155+138=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #949B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B8A is #6B6475. Grayscale: #979797. Windows color (decimal): -7038070 or 9083796. OLE color: 9083796.

HSL color Cylindrical-coordinate representation of color #949B8A: hue angle of 84.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949B8A is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB148155138-
CMYK0.0500.110.39
HSL84.71º7.83%57.45%-
HSV(B)84.71º10.97%60.78%-
XYZ28.5231.5728.64-
YUV150.97120.68125.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=33.56%
G=35.15%
B=31.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551380.0500.110.3984.717.8357.45
Hex949B8A50B2755839
Octal2242332125013471251071
Binary1001010010011011100010101010101110011110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949B8A; }

 p { color: rgb(148,155,138); }

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

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

 a { background-color: rgb(148,155,138); }

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

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

 span { border-color: rgb(148,155,138); }

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