Html Css Color HEX #999198 London Hue

📋 copy color: '#999198'

red 153 ◦ green 145 ◦ blue 152

#999198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #999198

Tints of London Hue #999198

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 value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#999198 (or 0x999198) is known color: 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

RGB 153 145 152 -
CMYK 0 0.05 0.01 0.4
HSL 307.5º 0.04% 0.58% -
HSV(B) 307.5º 0.05% 0.6% -
XYZ 28.93 29.29 33.83 -
YUV 148.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 153 145 152 0 0.05 0.01 0.4 307.5 0.04 0.58
Hex 99 91 98 0 5 1 28 134 4 3A
Octal 231 221 230 0 5 1 50 464 4 72
Binary 10011001 10010001 10011000 0 101 1 101000 100110100 100 111010

Color Harmonies of #999198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999198

Black with #999198

Text Example


Text Example

White with #999198

Text Example


Text Example

HTML Codes & Css Web 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>