#95828A

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

Shades of Venus #95828A

Tints of Venus #95828A

Color information

#95828A (or 0x95828A) is unknown color: approx Venus. HEX triplet: 95, 82 and 8A. RGB value is (149,130,138). Sum of RGB (Red+Green+Blue) = 149+130+138=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828A is #6A7D75. Grayscale: #888888. Windows color (decimal): -6978934 or 9077397. OLE color: 9077397.

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

Color convert

RGB149130138-
CMYK00.130.070.42
HSL334.74º8.23%54.71%-
HSV(B)334.74º12.75%58.43%-
XYZ24.9624.1927.4-
YUV136.59128.79136.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=35.73%
G=31.18%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913013800.130.070.42334.748.2354.71
Hex95828A0D72A14f837
Octal2252022120157525171067
Binary100101011000001010001010011011111010101010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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