#998189

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

Shades of Venus #998189

Tints of Venus #998189

Color information

#998189 (or 0x998189) is unknown color: approx Venus. HEX triplet: 99, 81 and 89. RGB value is (153,129,137). Sum of RGB (Red+Green+Blue) = 153+129+137=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998189 is #667E76. Grayscale: #898989. Windows color (decimal): -6717047 or 9011609. OLE color: 9011609.

HSL color Cylindrical-coordinate representation of color #998189: hue angle of 340º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998189 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153129137-
CMYK00.160.100.4
HSL340º10.53%55.29%-
HSV(B)340º15.69%60%-
XYZ25.524.2827.01-
YUV137.09127.95139.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=36.52%
G=30.79%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312913700.160.100.434010.5355.29
Hex998189010A28154b37
Octal23120121102012505241367
Binary10011001100000011000100101000010101010001010101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998189; }

 p { color: rgb(153,129,137); }

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

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

 a { background-color: rgb(153,129,137); }

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

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

 span { border-color: rgb(153,129,137); }

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