#9B888B

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

Shades of Venus #9B888B

Tints of Venus #9B888B

Color information

#9B888B (or 0x9B888B) is unknown color: approx Venus. HEX triplet: 9B, 88 and 8B. RGB value is (155,136,139). Sum of RGB (Red+Green+Blue) = 155+136+139=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B888B is #647774. Grayscale: #8E8E8E. Windows color (decimal): -6584181 or 9144475. OLE color: 9144475.

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

Color convert

RGB155136139-
CMYK00.120.100.39
HSL350.53º8.68%57.06%-
HSV(B)350.53º12.26%60.78%-
XYZ26.9826.4428.11-
YUV142.02126.29137.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=36.05%
G=31.63%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513613900.120.100.39350.538.6857.06
Hex9B888B0CA2715f939
Octal23321021301412475371171
Binary1001101110001000100010110110010101001111010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,139); }

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

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

 a { background-color: rgb(155,136,139); }

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

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

 span { border-color: rgb(155,136,139); }

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