Html Css Color HEX #889B81 Amulet

📋 copy color: '#889B81'

red 136 ◦ green 155 ◦ blue 129

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

Shades of Amulet #889B81

Tints of Amulet #889B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 32.38%
G = 36.9%
B = 30.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#889B81 (or 0x889B81) is known color: Amulet. HEX triplet: 88, 9B and 81. RGB value is (136,155,129). Sum of RGB (Red+Green+Blue) = 136+155+129=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #889B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B81 is #77647E. Grayscale: #929292. Windows color (decimal): -7824511 or 8493960. OLE color: 8493960.

HSL color Cylindrical-coordinate representation of color #889B81: hue angle of 103.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #889B81 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 155 129 -
CMYK 0.12 0 0.17 0.39
HSL 103.85º 0.12% 0.56% -
HSV(B) 103.85º 0.17% 0.61% -
XYZ 25.84 30.26 25.25 -
YUV 146.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 136 155 129 0.12 0 0.17 0.39 103.85 0.12 0.56
Hex 88 9B 81 C 0 11 27 68 C 38
Octal 210 233 201 14 0 21 47 150 14 70
Binary 10001000 10011011 10000001 1100 0 10001 100111 1101000 1100 111000

Color Harmonies of #889B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B81

Black with #889B81

Text Example


Text Example

White with #889B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,155,129); }

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

background-color css

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

 a { background-color: rgb(136,155,129); }

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

border-color css

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

 span { border-color: rgb(136,155,129); }

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