#9B9D94

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

Shades of Delta #9B9D94

Tints of Delta #9B9D94

Color information

#9B9D94 (or 0x9B9D94) is unknown color: approx Delta. HEX triplet: 9B, 9D and 94. RGB value is (155,157,148). Sum of RGB (Red+Green+Blue) = 155+157+148=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 157 - color contains mainly: green. Hex color #9B9D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9D94 is #64626B. Grayscale: #9B9B9B. Windows color (decimal): -6578796 or 9739675. OLE color: 9739675.

HSL color Cylindrical-coordinate representation of color #9B9D94: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9B9D94 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB155157148-
CMYK0.0100.060.38
HSL73.33º4.39%59.8%-
HSV(B)73.33º5.73%61.57%-
XYZ30.9233.2232.8-
YUV155.38123.84127.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=33.70%
G=34.13%
B=32.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551571480.0100.060.3873.334.3959.8
Hex9B9D94106264943c
Octal23323522410646111474
Binary100110111001110110010100101101001101001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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