#929D96

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

Shades of Edward #929D96

Tints of Edward #929D96

Color information

#929D96 (or 0x929D96) is unknown color: approx Edward. HEX triplet: 92, 9D and 96. RGB value is (146,157,150). Sum of RGB (Red+Green+Blue) = 146+157+150=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 157 - color contains mainly: green. Hex color #929D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D96 is #6D6269. Grayscale: #989898. Windows color (decimal): -7168618 or 9870738. OLE color: 9870738.

HSL color Cylindrical-coordinate representation of color #929D96: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #929D96 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB146157150-
CMYK0.0700.040.38
HSL141.82º5.31%59.41%-
HSV(B)141.82º7.01%61.57%-
XYZ29.4232.4333.56-
YUV152.91126.36123.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.23%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=32.23%
G=34.66%
B=33.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461571500.0700.040.38141.825.3159.41
Hex929D96704268e53b
Octal22223522670446216573
Binary100100101001110110010110111010010011010001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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