Html Css Color HEX #889976 Amulet

📋 copy color: '#889976'

red 136 ◦ green 153 ◦ blue 118

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

Shades of Amulet #889976

Tints of Amulet #889976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.59%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 33.42%
G = 37.59%
B = 28.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#889976 (or 0x889976) is known color: Amulet. HEX triplet: 88, 99 and 76. RGB value is (136,153,118). Sum of RGB (Red+Green+Blue) = 136+153+118=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #889976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889976 is #776689. Grayscale: #909090. Windows color (decimal): -7825034 or 7772552. OLE color: 7772552.

HSL color Cylindrical-coordinate representation of color #889976: hue angle of 89.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #889976 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 118 -
CMYK 0.11 0 0.23 0.4
HSL 89.14º 0.15% 0.53% -
HSV(B) 89.14º 0.23% 0.6% -
XYZ 24.81 29.32 21.49 -
YUV 143.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 136 153 118 0.11 0 0.23 0.4 89.14 0.15 0.53
Hex 88 99 76 B 0 17 28 59 F 35
Octal 210 231 166 13 0 27 50 131 17 65
Binary 10001000 10011001 1110110 1011 0 10111 101000 1011001 1111 110101

Color Harmonies of #889976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889976

Black with #889976

Text Example


Text Example

White with #889976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889976; }

 p { color: rgb(136,153,118); }

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

background-color css

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

 a { background-color: rgb(136,153,118); }

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

border-color css

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

 span { border-color: rgb(136,153,118); }

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