#899B7C

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

Shades of Amulet #899B7C

Tints of Amulet #899B7C

Color information

#899B7C (or 0x899B7C) is unknown color: approx Amulet. HEX triplet: 89, 9B and 7C. RGB value is (137,155,124). Sum of RGB (Red+Green+Blue) = 137+155+124=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #899B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B7C is #766483. Grayscale: #929292. Windows color (decimal): -7758980 or 8166281. OLE color: 8166281.

HSL color Cylindrical-coordinate representation of color #899B7C: hue angle of 94.84º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899B7C is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB137155124-
CMYK0.1200.20.39
HSL94.84º13.42%54.71%-
HSV(B)94.84º20%60.78%-
XYZ25.6830.2223.55-
YUV146.08115.54121.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=32.93%
G=37.26%
B=29.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371551240.1200.20.3994.8413.4254.71
Hex899B7CC014275fd37
Octal21123317414024471371567
Binary10001001100110111111100110001010010011110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,155,124); }

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

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

 a { background-color: rgb(137,155,124); }

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

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

 span { border-color: rgb(137,155,124); }

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