Html Css Color HEX #949496 Grey Suit

📋 copy color: '#949496'

red 148 ◦ green 148 ◦ blue 150

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

Shades of Grey Suit #949496

Tints of Grey Suit #949496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 33.18%
G = 33.18%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#949496 (or 0x949496) is known color: Grey Suit. HEX triplet: 94, 94 and 96. RGB value is (148,148,150). Sum of RGB (Red+Green+Blue) = 148+148+150=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 150 - color contains mainly: blue. Hex color #949496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949496 is #6B6B69. Grayscale: #949494. Windows color (decimal): -7039850 or 9868436. OLE color: 9868436.

HSL color Cylindrical-coordinate representation of color #949496: hue angle of 240º 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 #949496 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 148 150 -
CMYK 0.01 0.01 0 0.41
HSL 240º 0.01% 0.58% -
HSV(B) 240º 0.01% 0.59% -
XYZ 28.31 29.68 33.09 -
YUV 148.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 148 148 150 0.01 0.01 0 0.41 240 0.01 0.58
Hex 94 94 96 1 1 0 29 F0 1 3A
Octal 224 224 226 1 1 0 51 360 1 72
Binary 10010100 10010100 10010110 1 1 0 101001 11110000 1 111010

Color Harmonies of #949496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949496

Black with #949496

Text Example


Text Example

White with #949496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949496; }

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

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

background-color css

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

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

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

border-color css

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

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

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