Html Css Color HEX #889F81 Amulet

📋 copy color: '#889F81'

red 136 ◦ green 159 ◦ blue 129

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

Shades of Amulet #889F81

Tints of Amulet #889F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

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

R = 32.08%
G = 37.5%
B = 30.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#889F81 (or 0x889F81) is known color: Amulet. HEX triplet: 88, 9F and 81. RGB value is (136,159,129). Sum of RGB (Red+Green+Blue) = 136+159+129=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #889F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F81 is #77607E. Grayscale: #949494. Windows color (decimal): -7823487 or 8494984. OLE color: 8494984.

HSL color Cylindrical-coordinate representation of color #889F81: hue angle of 106º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #889F81 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 159 129 -
CMYK 0.14 0 0.19 0.38
HSL 106º 0.14% 0.56% -
HSV(B) 106º 0.19% 0.62% -
XYZ 26.51 31.62 25.47 -
YUV 148.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 136 159 129 0.14 0 0.19 0.38 106 0.14 0.56
Hex 88 9F 81 E 0 13 26 6A E 38
Octal 210 237 201 16 0 23 46 152 16 70
Binary 10001000 10011111 10000001 1110 0 10011 100110 1101010 1110 111000

Color Harmonies of #889F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889F81

Black with #889F81

Text Example


Text Example

White with #889F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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