#9B8D90

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

Shades of Venus #9B8D90

Tints of Venus #9B8D90

Color information

#9B8D90 (or 0x9B8D90) is unknown color: approx Venus. HEX triplet: 9B, 8D and 90. RGB value is (155,141,144). Sum of RGB (Red+Green+Blue) = 155+141+144=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D90 is #64726F. Grayscale: #919191. Windows color (decimal): -6582896 or 9473435. OLE color: 9473435.

HSL color Cylindrical-coordinate representation of color #9B8D90: hue angle of 347.14º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B8D90 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB155141144-
CMYK00.090.070.39
HSL347.14º6.54%58.04%-
HSV(B)347.14º9.03%60.78%-
XYZ28.0828.0330.32-
YUV145.53127.14134.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=35.23%
G=32.05%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514114400.090.070.39347.146.5458.04
Hex9B8D900972715b73a
Octal233215220011747533772
Binary10011011100011011001000001001111100111101011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8D90; }

 p { color: rgb(155,141,144); }

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

<style>
 a { background-color: #9B8D90; }

 a { background-color: rgb(155,141,144); }

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

<style>
 span { border-color: #9B8D90; }

 span { border-color: rgb(155,141,144); }

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