#95848A

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

Shades of Venus #95848A

Tints of Venus #95848A

Color information

#95848A (or 0x95848A) is unknown color: approx Venus. HEX triplet: 95, 84 and 8A. RGB value is (149,132,138). Sum of RGB (Red+Green+Blue) = 149+132+138=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95848A is #6A7B75. Grayscale: #898989. Windows color (decimal): -6978422 or 9077909. OLE color: 9077909.

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

Color convert

RGB149132138-
CMYK00.110.070.42
HSL338.82º7.42%55.1%-
HSV(B)338.82º11.41%58.43%-
XYZ25.2324.7327.49-
YUV137.77128.13136.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=35.56%
G=31.50%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913213800.110.070.42338.827.4255.1
Hex95848A0B72A153737
Octal225204212013752523767
Binary10010101100001001000101001011111101010101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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