#9B9998

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

Shades of Zorba #9B9998

Tints of Zorba #9B9998

Color information

#9B9998 (or 0x9B9998) is unknown color: approx Zorba. HEX triplet: 9B, 99 and 98. RGB value is (155,153,152). Sum of RGB (Red+Green+Blue) = 155+153+152=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9998 is #646667. Grayscale: #999999. Windows color (decimal): -6579816 or 10000795. OLE color: 10000795.

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

Color convert

RGB155153152-
CMYK00.010.020.39
HSL20º1.48%60.2%-
HSV(B)20º1.94%60.78%-
XYZ30.5832.0234.27-
YUV153.48127.16129.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=33.70%
G=33.26%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515315200.010.020.39201.4860.2
Hex9B9998012271413c
Octal2332312300124724174
Binary1001101110011001100110000110100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,153,152); }

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

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

 a { background-color: rgb(155,153,152); }

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

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

 span { border-color: rgb(155,153,152); }

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