#9B9594

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

Shades of Nobel #9B9594

Tints of Nobel #9B9594

Color information

#9B9594 (or 0x9B9594) is unknown color: approx Nobel. HEX triplet: 9B, 95 and 94. RGB value is (155,149,148). Sum of RGB (Red+Green+Blue) = 155+149+148=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9594 is #646A6B. Grayscale: #969696. Windows color (decimal): -6580844 or 9737627. OLE color: 9737627.

HSL color Cylindrical-coordinate representation of color #9B9594: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B9594 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB155149148-
CMYK00.040.050.39
HSL8.57º3.38%59.41%-
HSV(B)8.57º4.52%60.78%-
XYZ29.6130.632.36-
YUV150.68126.49131.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=34.29%
G=32.96%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514914800.040.050.398.573.3859.41
Hex9B959404527933b
Octal2332252240454711373
Binary1001101110010101100101000100101100111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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