Html Css Color HEX #889A82 Amulet

📋 copy color: '#889A82'

red 136 ◦ green 154 ◦ blue 130

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

Shades of Amulet #889A82

Tints of Amulet #889A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 32.38%
G = 36.67%
B = 30.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#889A82 (or 0x889A82) is known color: Amulet. HEX triplet: 88, 9A and 82. RGB value is (136,154,130). Sum of RGB (Red+Green+Blue) = 136+154+130=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 154 - color contains mainly: green. Hex color #889A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A82 is #77657D. Grayscale: #919191. Windows color (decimal): -7824766 or 8559240. OLE color: 8559240.

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

Color convert

RGB 136 154 130 -
CMYK 0.12 0 0.16 0.40
HSL 105º 0.11% 0.56% -
HSV(B) 105º 0.16% 0.6% -
XYZ 25.74 29.96 25.54 -
YUV 145.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 136 154 130 0.12 0 0.16 0.40 105 0.11 0.56
Hex 88 9A 82 C 0 10 28 69 B 38
Octal 210 232 202 14 0 20 50 151 13 70
Binary 10001000 10011010 10000010 1100 0 10000 101000 1101001 1011 111000

Color Harmonies of #889A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A82

Black with #889A82

Text Example


Text Example

White with #889A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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