#9B9295

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

Shades of Shady Lady #9B9295

Tints of Shady Lady #9B9295

Color information

#9B9295 (or 0x9B9295) is unknown color: approx Shady Lady. HEX triplet: 9B, 92 and 95. RGB value is (155,146,149). Sum of RGB (Red+Green+Blue) = 155+146+149=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9295 is #646D6A. Grayscale: #959595. Windows color (decimal): -6581611 or 9802395. OLE color: 9802395.

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

Color convert

RGB155146149-
CMYK00.060.040.39
HSL340º4.31%59.02%-
HSV(B)340º5.81%60.78%-
XYZ29.2229.732.63-
YUV149.03127.98132.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=34.44%
G=32.44%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514614900.060.040.393404.3159.02
Hex9B92950642715443b
Octal23322222506447524473
Binary1001101110010010100101010110100100111101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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