#95838B

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

Shades of Venus #95838B

Tints of Venus #95838B

Color information

#95838B (or 0x95838B) is unknown color: approx Venus. HEX triplet: 95, 83 and 8B. RGB value is (149,131,139). Sum of RGB (Red+Green+Blue) = 149+131+139=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95838B is #6A7C74. Grayscale: #898989. Windows color (decimal): -6978677 or 9143189. OLE color: 9143189.

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

Color convert

RGB149131139-
CMYK00.120.070.42
HSL333.33º7.83%54.9%-
HSV(B)333.33º12.08%58.43%-
XYZ25.1724.4927.83-
YUV137.29128.96136.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=35.56%
G=31.26%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913113900.120.070.42333.337.8354.9
Hex95838B0C72A14d837
Octal2252032130147525151067
Binary100101011000001110001011011001111010101010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,131,139); }

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

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

 a { background-color: rgb(149,131,139); }

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

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

 span { border-color: rgb(149,131,139); }

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