#989192

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

Shades of Venus #989192

Tints of Venus #989192

Color information

#989192 (or 0x989192) is unknown color: approx Venus. HEX triplet: 98, 91 and 92. RGB value is (152,145,146). Sum of RGB (Red+Green+Blue) = 152+145+146=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #989192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989192 is #676E6D. Grayscale: #939393. Windows color (decimal): -6778478 or 9605528. OLE color: 9605528.

HSL color Cylindrical-coordinate representation of color #989192: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989192 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB152145146-
CMYK00.050.040.40
HSL351.43º3.29%58.24%-
HSV(B)351.43º4.61%59.61%-
XYZ28.262931.3-
YUV147.21127.32131.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=34.31%
G=32.73%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214514600.050.040.40351.433.2958.24
Hex9891920542815f33a
Octal23022122205450537372
Binary100110001001000110010010010110010100010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989192; }

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

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

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

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

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

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

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

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