#998B90

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

Shades of Venus #998B90

Tints of Venus #998B90

Color information

#998B90 (or 0x998B90) is unknown color: approx Venus. HEX triplet: 99, 8B and 90. RGB value is (153,139,144). Sum of RGB (Red+Green+Blue) = 153+139+144=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B90 is #66746F. Grayscale: #8F8F8F. Windows color (decimal): -6714480 or 9472921. OLE color: 9472921.

HSL color Cylindrical-coordinate representation of color #998B90: hue angle of 338.57º 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 #998B90 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB153139144-
CMYK00.090.060.4
HSL338.57º6.42%57.25%-
HSV(B)338.57º9.15%60%-
XYZ27.427.2530.2-
YUV143.76128.14134.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=35.09%
G=31.88%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313914400.090.060.4338.576.4257.25
Hex998B9009628153639
Octal231213220011650523671
Binary10011001100010111001000001001110101000101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B90; }

 p { color: rgb(153,139,144); }

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

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

 a { background-color: rgb(153,139,144); }

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

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

 span { border-color: rgb(153,139,144); }

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