#889883

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

Shades of Amulet #889883

Tints of Amulet #889883

Color information

#889883 (or 0x889883) is unknown color: approx Amulet. HEX triplet: 88, 98 and 83. RGB value is (136,152,131). Sum of RGB (Red+Green+Blue) = 136+152+131=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #889883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889883 is #77677C. Grayscale: #909090. Windows color (decimal): -7825277 or 8624264. OLE color: 8624264.

HSL color Cylindrical-coordinate representation of color #889883: hue angle of 105.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889883 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB136152131-
CMYK0.1100.140.40
HSL105.71º9.25%55.49%-
HSV(B)105.71º13.82%59.61%-
XYZ25.4829.3325.79-
YUV144.82120.2121.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=32.46%
G=36.28%
B=31.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361521310.1100.140.40105.719.2555.49
Hex889883B0E286a937
Octal21023020313016501521167
Binary10001000100110001000001110110111010100011010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889883; }

 p { color: rgb(136,152,131); }

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

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

 a { background-color: rgb(136,152,131); }

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

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

 span { border-color: rgb(136,152,131); }

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