Html Css Color HEX #889D73 Amulet

📋 copy color: '#889D73'

red 136 ◦ green 157 ◦ blue 115

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

Shades of Amulet #889D73

Tints of Amulet #889D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 33.33%
G = 38.48%
B = 28.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#889D73 (or 0x889D73) is known color: Amulet. HEX triplet: 88, 9D and 73. RGB value is (136,157,115). Sum of RGB (Red+Green+Blue) = 136+157+115=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #889D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D73 is #77628C. Grayscale: #929292. Windows color (decimal): -7824013 or 7576968. OLE color: 7576968.

HSL color Cylindrical-coordinate representation of color #889D73: hue angle of 90º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889D73 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 157 115 -
CMYK 0.13 0 0.27 0.38
HSL 90º 0.18% 0.53% -
HSV(B) 90º 0.27% 0.62% -
XYZ 25.3 30.59 20.79 -
YUV 145.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 136 157 115 0.13 0 0.27 0.38 90 0.18 0.53
Hex 88 9D 73 D 0 1B 26 5A 12 35
Octal 210 235 163 15 0 33 46 132 22 65
Binary 10001000 10011101 1110011 1101 0 11011 100110 1011010 10010 110101

Color Harmonies of #889D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889D73

Black with #889D73

Text Example


Text Example

White with #889D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,157,115); }

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

background-color css

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

 a { background-color: rgb(136,157,115); }

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

border-color css

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

 span { border-color: rgb(136,157,115); }

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