#899F92

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

Shades of Edward #899F92

Tints of Edward #899F92

Color information

#899F92 (or 0x899F92) is unknown color: approx Edward. HEX triplet: 89, 9F and 92. RGB value is (137,159,146). Sum of RGB (Red+Green+Blue) = 137+159+146=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #899F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F92 is #76606D. Grayscale: #969696. Windows color (decimal): -7757934 or 9609097. OLE color: 9609097.

HSL color Cylindrical-coordinate representation of color #899F92: hue angle of 144.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899F92 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB137159146-
CMYK0.1400.080.38
HSL144.55º10.28%58.04%-
HSV(B)144.55º13.84%62.35%-
XYZ27.932.1931.94-
YUV150.94125.21118.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=31.00%
G=35.97%
B=33.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371591460.1400.080.38144.5510.2858.04
Hex899F92E082691a3a
Octal21123722216010462211272
Binary100010011001111110010010111001000100110100100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899F92; }

 p { color: rgb(137,159,146); }

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

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

 a { background-color: rgb(137,159,146); }

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

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

 span { border-color: rgb(137,159,146); }

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