Html Css Color HEX #889A83 Amulet

📋 copy color: '#889A83'

red 136 ◦ green 154 ◦ blue 131

#889A83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #889A83

Tints of Amulet #889A83

RGB

 RED value IS 136 (53.52% from 255) = 32.3%

 GREEN value IS 154 (60.55% from 255) = 36.58%

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 32.3%
G = 36.58%
B = 31.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#889A83 (or 0x889A83) is known color: Amulet. HEX triplet: 88, 9A and 83. RGB value is (136,154,131). Sum of RGB (Red+Green+Blue) = 136+154+131=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 154 - color contains mainly: green. Hex color #889A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A83 is #77657C. Grayscale: #929292. Windows color (decimal): -7824765 or 8624776. OLE color: 8624776.

HSL color Cylindrical-coordinate representation of color #889A83: hue angle of 106.96º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #889A83 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 154 131 -
CMYK 0.12 0 0.15 0.40
HSL 106.96º 0.1% 0.56% -
HSV(B) 106.96º 0.15% 0.6% -
XYZ 25.81 29.98 25.9 -
YUV 146 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 136 154 131 0.12 0 0.15 0.40 106.96 0.1 0.56
Hex 88 9A 83 C 0 F 28 6B A 38
Octal 210 232 203 14 0 17 50 153 12 70
Binary 10001000 10011010 10000011 1100 0 1111 101000 1101011 1010 111000

Color Harmonies of #889A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A83

Black with #889A83

Text Example


Text Example

White with #889A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889A83; }

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

 H1.HeaderClassName
 {
   color: #889A83;
 }
 .AnyTagClassName
 {
   color: #889A83;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #889A83;
 }
 .BgClassName
 {
   background-color: #889A83;
 }
</style>

border-color css

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

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

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