Html Css Color HEX #999194 Shady Lady

📋 copy color: '#999194'

red 153 ◦ green 145 ◦ blue 148

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

Shades of Shady Lady #999194

Tints of Shady Lady #999194

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 148 (58.2% from 255) = 33.18%

R = 34.3%
G = 32.51%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#999194 (or 0x999194) is known color: Shady Lady. HEX triplet: 99, 91 and 94. RGB value is (153,145,148). Sum of RGB (Red+Green+Blue) = 153+145+148=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 153 - color contains mainly: red. Hex color #999194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999194 is #666E6B. Grayscale: #939393. Windows color (decimal): -6712940 or 9736601. OLE color: 9736601.

HSL color Cylindrical-coordinate representation of color #999194: hue angle of 337.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 #999194 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 148 -
CMYK 0 0.05 0.03 0.4
HSL 337.5º 0.04% 0.58% -
HSV(B) 337.5º 0.05% 0.6% -
XYZ 28.61 29.16 32.14 -
YUV 147.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 153 145 148 0 0.05 0.03 0.4 337.5 0.04 0.58
Hex 99 91 94 0 5 3 28 152 4 3A
Octal 231 221 224 0 5 3 50 522 4 72
Binary 10011001 10010001 10010100 0 101 11 101000 101010010 100 111010

Color Harmonies of #999194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999194

Black with #999194

Text Example


Text Example

White with #999194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999194; }

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

 H1.HeaderClassName
 {
   color: #999194;
 }
 .AnyTagClassName
 {
   color: #999194;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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