#989189

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

Shades of Zorba #989189

Tints of Zorba #989189

Color information

#989189 (or 0x989189) is unknown color: approx Zorba. HEX triplet: 98, 91 and 89. RGB value is (152,145,137). Sum of RGB (Red+Green+Blue) = 152+145+137=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #989189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989189 is #676E76. Grayscale: #929292. Windows color (decimal): -6778487 or 9015704. OLE color: 9015704.

HSL color Cylindrical-coordinate representation of color #989189: hue angle of 32º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989189 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152145137-
CMYK00.050.100.40
HSL32º6.79%56.67%-
HSV(B)32º9.87%59.61%-
XYZ27.5928.7327.76-
YUV146.18122.82132.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=35.02%
G=33.41%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214513700.050.100.40326.7956.67
Hex98918905A2820739
Octal23022121105125040771
Binary10011000100100011000100101011010101000100000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989189; }

 p { color: rgb(152,145,137); }

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

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

 a { background-color: rgb(152,145,137); }

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

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

 span { border-color: rgb(152,145,137); }

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