#8C9A92

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

Shades of Edward #8C9A92

Tints of Edward #8C9A92

Color information

#8C9A92 (or 0x8C9A92) is unknown color: approx Edward. HEX triplet: 8C, 9A and 92. RGB value is (140,154,146). Sum of RGB (Red+Green+Blue) = 140+154+146=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9A92 is #73656D. Grayscale: #949494. Windows color (decimal): -7562606 or 9607820. OLE color: 9607820.

HSL color Cylindrical-coordinate representation of color #8C9A92: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C9A92 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB140154146-
CMYK0.0900.050.40
HSL145.71º6.48%57.65%-
HSV(B)145.71º9.09%60.39%-
XYZ27.5630.7631.68-
YUV148.9126.36121.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=31.82%
G=35%
B=33.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1401541460.0900.050.40145.716.4857.65
Hex8C9A92905289263a
Octal214232222110550222672
Binary1000110010011010100100101001010110100010010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9A92; }

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

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

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

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

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

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

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

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