#9C898B

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

Shades of Venus #9C898B

Tints of Venus #9C898B

Color information

#9C898B (or 0x9C898B) is unknown color: approx Venus. HEX triplet: 9C, 89 and 8B. RGB value is (156,137,139). Sum of RGB (Red+Green+Blue) = 156+137+139=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C898B is #637674. Grayscale: #8E8E8E. Windows color (decimal): -6518389 or 9144732. OLE color: 9144732.

HSL color Cylindrical-coordinate representation of color #9C898B: hue angle of 353.68º 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 #9C898B is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB156137139-
CMYK00.120.110.39
HSL353.68º8.76%57.45%-
HSV(B)353.68º12.18%61.18%-
XYZ27.3226.8228.16-
YUV142.91125.79137.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=36.11%
G=31.71%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613713900.120.110.39353.688.7657.45
Hex9C898B0CB27162939
Octal23421121301413475421171
Binary1001110010001001100010110110010111001111011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,137,139); }

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

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

 a { background-color: rgb(156,137,139); }

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

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

 span { border-color: rgb(156,137,139); }

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