#929A95

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

Shades of Edward #929A95

Tints of Edward #929A95

Color information

#929A95 (or 0x929A95) is unknown color: approx Edward. HEX triplet: 92, 9A and 95. RGB value is (146,154,149). Sum of RGB (Red+Green+Blue) = 146+154+149=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 154 - color contains mainly: green. Hex color #929A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A95 is #6D656A. Grayscale: #979797. Windows color (decimal): -7169387 or 9804434. OLE color: 9804434.

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

Color convert

RGB146154149-
CMYK0.0500.030.40
HSL142.5º3.81%58.82%-
HSV(B)142.5º5.19%60.39%-
XYZ28.8331.3932.97-
YUV151.04126.85124.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=32.52%
G=34.30%
B=33.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461541490.0500.030.40142.53.8158.82
Hex929A95503288e43b
Octal22223222550350216473
Binary10010010100110101001010110101110100010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,149); }

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

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

 a { background-color: rgb(146,154,149); }

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

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

 span { border-color: rgb(146,154,149); }

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