#98928B

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

Shades of Zorba #98928B

Tints of Zorba #98928B

Color information

#98928B (or 0x98928B) is unknown color: approx Zorba. HEX triplet: 98, 92 and 8B. RGB value is (152,146,139). Sum of RGB (Red+Green+Blue) = 152+146+139=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #98928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98928B is #676D74. Grayscale: #939393. Windows color (decimal): -6778229 or 9147032. OLE color: 9147032.

HSL color Cylindrical-coordinate representation of color #98928B: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98928B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152146139-
CMYK00.040.090.40
HSL32.31º5.94%57.06%-
HSV(B)32.31º8.55%59.61%-
XYZ27.8929.128.57-
YUV147123.49131.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=34.78%
G=33.41%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214613900.040.090.4032.315.9457.06
Hex98928B0492820639
Octal23022221304115040671
Binary10011000100100101000101101001001101000100000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98928B; }

 p { color: rgb(152,146,139); }

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

<style>
 a { background-color: #98928B; }

 a { background-color: rgb(152,146,139); }

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

<style>
 span { border-color: #98928B; }

 span { border-color: rgb(152,146,139); }

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