#96848A

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

Shades of Venus #96848A

Tints of Venus #96848A

Color information

#96848A (or 0x96848A) is unknown color: approx Venus. HEX triplet: 96, 84 and 8A. RGB value is (150,132,138). Sum of RGB (Red+Green+Blue) = 150+132+138=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96848A is #697B75. Grayscale: #8A8A8A. Windows color (decimal): -6912886 or 9077910. OLE color: 9077910.

HSL color Cylindrical-coordinate representation of color #96848A: hue angle of 340º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96848A is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150132138-
CMYK00.120.080.41
HSL340º7.89%55.29%-
HSV(B)340º12%58.82%-
XYZ25.4224.8227.5-
YUV138.07127.96136.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=35.71%
G=31.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013213800.120.080.413407.8955.29
Hex96848A0C829154837
Octal22620421201410515241067
Binary1001011010000100100010100110010001010011010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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