#9C989C

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

Shades of London Hue #9C989C

Tints of London Hue #9C989C

Color information

#9C989C (or 0x9C989C) is unknown color: approx London Hue. HEX triplet: 9C, 98 and 9C. RGB value is (156,152,156). Sum of RGB (Red+Green+Blue) = 156+152+156=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C989C is #636763. Grayscale: #999999. Windows color (decimal): -6514532 or 10262684. OLE color: 10262684.

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

Color convert

RGB156152156-
CMYK00.0300.39
HSL300º1.98%60.39%-
HSV(B)300º2.56%61.18%-
XYZ30.9431.9235.98-
YUV153.65129.33129.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=33.62%
G=32.76%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615215600.0300.393001.9860.39
Hex9C989C0302712c23c
Octal23423023403047454274
Binary100111001001100010011100011010011110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,156); }

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

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

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

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

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

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

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