#99898A

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

Shades of Venus #99898A

Tints of Venus #99898A

Color information

#99898A (or 0x99898A) is unknown color: approx Venus. HEX triplet: 99, 89 and 8A. RGB value is (153,137,138). Sum of RGB (Red+Green+Blue) = 153+137+138=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #99898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99898A is #667675. Grayscale: #8D8D8D. Windows color (decimal): -6714998 or 9079193. OLE color: 9079193.

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

Color convert

RGB153137138-
CMYK00.100.100.4
HSL356.25º7.27%56.86%-
HSV(B)356.25º10.46%60%-
XYZ26.6726.527.75-
YUV141.9125.8135.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=35.75%
G=32.01%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313713800.100.100.4356.257.2756.86
Hex99898A0AA28164739
Octal2312112120121250544771
Binary100110011000100110001010010101010101000101100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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