#929B96

Color #929B96 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #929B96

Tints of Edward #929B96

Color information

#929B96 (or 0x929B96) is unknown color: approx Edward. HEX triplet: 92, 9B and 96. RGB value is (146,155,150). Sum of RGB (Red+Green+Blue) = 146+155+150=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 155 - color contains mainly: green. Hex color #929B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B96 is #6D6469. Grayscale: #979797. Windows color (decimal): -7169130 or 9870226. OLE color: 9870226.

HSL color Cylindrical-coordinate representation of color #929B96: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #929B96 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB146155150-
CMYK0.0600.030.39
HSL146.67º4.31%59.02%-
HSV(B)146.67º5.81%60.78%-
XYZ29.0831.7633.45-
YUV151.74127.02123.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.37%
GREEN value IS 155 (60.94% from 255) = 34.37%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=32.37%
G=34.37%
B=33.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551500.0600.030.39146.674.3159.02
Hex929B96603279343b
Octal22223322660347223473
Binary10010010100110111001011011001110011110010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B96; }

 p { color: rgb(146,155,150); }

 H1.HeaderClassName
 {
   color: #929B96;
 }
 .AnyTagClassName
 {
   color: #929B96;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #929B96;
 }
 .BgClassName
 {
   background-color: #929B96;
 }
</style>
border-color css

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

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

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