#95898A

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

Shades of Venus #95898A

Tints of Venus #95898A

Color information

#95898A (or 0x95898A) is unknown color: approx Venus. HEX triplet: 95, 89 and 8A. RGB value is (149,137,138). Sum of RGB (Red+Green+Blue) = 149+137+138=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #95898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95898A is #6A7675. Grayscale: #8C8C8C. Windows color (decimal): -6977142 or 9079189. OLE color: 9079189.

HSL color Cylindrical-coordinate representation of color #95898A: hue angle of 355º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #95898A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149137138-
CMYK00.080.070.42
HSL355º5.36%56.08%-
HSV(B)355º8.05%58.43%-
XYZ25.9326.1227.72-
YUV140.7126.48133.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=35.14%
G=32.31%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913713800.080.070.423555.3656.08
Hex95898A0872A163538
Octal225211212010752543570
Binary10010101100010011000101001000111101010101100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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