#999198

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

Shades of London Hue #999198

Tints of London Hue #999198

Color information

#999198 (or 0x999198) is unknown color: approx London Hue. HEX triplet: 99, 91 and 98. RGB value is (153,145,152). Sum of RGB (Red+Green+Blue) = 153+145+152=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 153 - color contains mainly: red. Hex color #999198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999198 is #666E67. Grayscale: #949494. Windows color (decimal): -6712936 or 9998745. OLE color: 9998745.

HSL color Cylindrical-coordinate representation of color #999198: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999198 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153145152-
CMYK00.050.010.4
HSL307.5º3.77%58.43%-
HSV(B)307.5º5.23%60%-
XYZ28.9329.2933.83-
YUV148.19130.15131.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=34%
G=32.22%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314515200.050.010.4307.53.7758.43
Hex9991980512813443a
Octal23122123005150464472
Binary10011001100100011001100001011101000100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999198; }

 p { color: rgb(153,145,152); }

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

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

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

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

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

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

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