#89967E

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

Shades of Amulet #89967E

Tints of Amulet #89967E

Color information

#89967E (or 0x89967E) is unknown color: approx Amulet. HEX triplet: 89, 96 and 7E. RGB value is (137,150,126). Sum of RGB (Red+Green+Blue) = 137+150+126=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #89967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89967E is #766981. Grayscale: #8F8F8F. Windows color (decimal): -7760258 or 8296073. OLE color: 8296073.

HSL color Cylindrical-coordinate representation of color #89967E: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89967E is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB137150126-
CMYK0.0900.160.41
HSL92.5º10.26%54.12%-
HSV(B)92.5º16%58.82%-
XYZ24.9928.6423.95-
YUV143.38118.19123.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=33.17%
G=36.32%
B=30.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501260.0900.160.4192.510.2654.12
Hex89967E9010295ca36
Octal21122617611020511341266
Binary10001001100101101111110100101000010100110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89967E; }

 p { color: rgb(137,150,126); }

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

<style>
 a { background-color: #89967E; }

 a { background-color: rgb(137,150,126); }

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

<style>
 span { border-color: #89967E; }

 span { border-color: rgb(137,150,126); }

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