Html Css Color HEX #999195 Shady Lady

📋 copy color: '#999195'

red 153 ◦ green 145 ◦ blue 149

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

Shades of Shady Lady #999195

Tints of Shady Lady #999195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 34.23%
G = 32.44%
B = 33.33%

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

#999195 (or 0x999195) is known color: Shady Lady. HEX triplet: 99, 91 and 95. RGB value is (153,145,149). Sum of RGB (Red+Green+Blue) = 153+145+149=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 153 - color contains mainly: red. Hex color #999195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999195 is #666E6A. Grayscale: #939393. Windows color (decimal): -6712939 or 9802137. OLE color: 9802137.

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

Color convert

RGB 153 145 149 -
CMYK 0 0.05 0.03 0.4
HSL 330º 0.04% 0.58% -
HSV(B) 330º 0.05% 0.6% -
XYZ 28.69 29.19 32.56 -
YUV 147.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 153 145 149 0 0.05 0.03 0.4 330 0.04 0.58
Hex 99 91 95 0 5 3 28 14A 4 3A
Octal 231 221 225 0 5 3 50 512 4 72
Binary 10011001 10010001 10010101 0 101 11 101000 101001010 100 111010

Color Harmonies of #999195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999195

Black with #999195

Text Example


Text Example

White with #999195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999195; }

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

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

background-color css

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

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

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

border-color css

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

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

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