Html Css Color HEX #949996 Edward

📋 copy color: '#949996'

red 148 ◦ green 153 ◦ blue 150

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

Shades of Edward #949996

Tints of Edward #949996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.92%

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

R = 32.82%
G = 33.92%
B = 33.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#949996 (or 0x949996) is known color: Edward. HEX triplet: 94, 99 and 96. RGB value is (148,153,150). Sum of RGB (Red+Green+Blue) = 148+153+150=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 153 - color contains mainly: green. Hex color #949996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949996 is #6B6669. Grayscale: #979797. Windows color (decimal): -7038570 or 9869716. OLE color: 9869716.

HSL color Cylindrical-coordinate representation of color #949996: hue angle of 144º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #949996 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 150 -
CMYK 0.03 0 0.02 0.4
HSL 144º 0.02% 0.59% -
HSV(B) 144º 0.03% 0.6% -
XYZ 29.11 31.28 33.36 -
YUV 151.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 148 153 150 0.03 0 0.02 0.4 144 0.02 0.59
Hex 94 99 96 3 0 2 28 90 2 3B
Octal 224 231 226 3 0 2 50 220 2 73
Binary 10010100 10011001 10010110 11 0 10 101000 10010000 10 111011

Color Harmonies of #949996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949996

Black with #949996

Text Example


Text Example

White with #949996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949996; }

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

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

background-color css

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

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

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

border-color css

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

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

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