#99898B

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

Shades of Venus #99898B

Tints of Venus #99898B

Color information

#99898B (or 0x99898B) is unknown color: approx Venus. HEX triplet: 99, 89 and 8B. RGB value is (153,137,139). Sum of RGB (Red+Green+Blue) = 153+137+139=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99898B is #667674. Grayscale: #8E8E8E. Windows color (decimal): -6714997 or 9144729. OLE color: 9144729.

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

Color convert

RGB153137139-
CMYK00.100.090.4
HSL352.5º7.27%56.86%-
HSV(B)352.5º10.46%60%-
XYZ26.7426.5328.14-
YUV142.01126.3135.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=35.66%
G=31.93%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313713900.100.090.4352.57.2756.86
Hex99898B0A928161739
Octal2312112130121150541771
Binary100110011000100110001011010101001101000101100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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