Html Css Color HEX #969495 Shady Lady

📋 copy color: '#969495'

red 150 ◦ green 148 ◦ blue 149

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

Shades of Shady Lady #969495

Tints of Shady Lady #969495

RGB

 RED value IS 150 (58.98% from 255) = 33.56%

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 33.56%
G = 33.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#969495 (or 0x969495) is known color: Shady Lady. HEX triplet: 96, 94 and 95. RGB value is (150,148,149). Sum of RGB (Red+Green+Blue) = 150+148+149=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 150 - color contains mainly: red. Hex color #969495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969495 is #696B6A. Grayscale: #949494. Windows color (decimal): -6908779 or 9802902. OLE color: 9802902.

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

Color convert

RGB 150 148 149 -
CMYK 0 0.01 0.01 0.41
HSL 330º 0.01% 0.58% -
HSV(B) 330º 0.01% 0.59% -
XYZ 28.59 29.83 32.69 -
YUV 148.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 150 148 149 0 0.01 0.01 0.41 330 0.01 0.58
Hex 96 94 95 0 1 1 29 14A 1 3A
Octal 226 224 225 0 1 1 51 512 1 72
Binary 10010110 10010100 10010101 0 1 1 101001 101001010 1 111010

Color Harmonies of #969495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969495

Black with #969495

Text Example


Text Example

White with #969495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969495; }

 p { color: rgb(150,148,149); }

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

background-color css

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

 a { background-color: rgb(150,148,149); }

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

border-color css

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

 span { border-color: rgb(150,148,149); }

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