Html Css Color HEX #939996 Edward

📋 copy color: '#939996'

red 147 ◦ green 153 ◦ blue 150

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

Shades of Edward #939996

Tints of Edward #939996

RGB

 RED value IS 147 (57.81% from 255) = 32.67%

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

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

R = 32.67%
G = 34%
B = 33.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#939996 (or 0x939996) is known color: Edward. HEX triplet: 93, 99 and 96. RGB value is (147,153,150). Sum of RGB (Red+Green+Blue) = 147+153+150=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #939996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939996 is #6C6669. Grayscale: #969696. Windows color (decimal): -7104106 or 9869715. OLE color: 9869715.

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

Color convert

RGB 147 153 150 -
CMYK 0.04 0 0.02 0.4
HSL 150º 0.03% 0.59% -
HSV(B) 150º 0.04% 0.6% -
XYZ 28.93 31.19 33.35 -
YUV 150.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 147 153 150 0.04 0 0.02 0.4 150 0.03 0.59
Hex 93 99 96 4 0 2 28 96 3 3B
Octal 223 231 226 4 0 2 50 226 3 73
Binary 10010011 10011001 10010110 100 0 10 101000 10010110 11 111011

Color Harmonies of #939996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939996

Black with #939996

Text Example


Text Example

White with #939996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939996; }

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

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

background-color css

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

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

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

border-color css

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

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

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