#99898D

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

Shades of Venus #99898D

Tints of Venus #99898D

Color information

#99898D (or 0x99898D) is unknown color: approx Venus. HEX triplet: 99, 89 and 8D. RGB value is (153,137,141). Sum of RGB (Red+Green+Blue) = 153+137+141=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #99898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99898D is #667672. Grayscale: #8E8E8E. Windows color (decimal): -6714995 or 9275801. OLE color: 9275801.

HSL color Cylindrical-coordinate representation of color #99898D: hue angle of 345º 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 #99898D is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153137141-
CMYK00.100.080.4
HSL345º7.27%56.86%-
HSV(B)345º10.46%60%-
XYZ26.8926.5928.91-
YUV142.24127.3135.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=35.50%
G=31.79%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313714100.100.080.43457.2756.86
Hex99898D0A828159739
Octal2312112150121050531771
Binary100110011000100110001101010101000101000101011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99898D; }

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

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

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

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

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

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

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

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