Html Css Color HEX #889682 Amulet

📋 copy color: '#889682'

red 136 ◦ green 150 ◦ blue 130

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

Shades of Amulet #889682

Tints of Amulet #889682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

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

R = 32.69%
G = 36.06%
B = 31.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#889682 (or 0x889682) is known color: Amulet. HEX triplet: 88, 96 and 82. RGB value is (136,150,130). Sum of RGB (Red+Green+Blue) = 136+150+130=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #889682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889682 is #77697D. Grayscale: #8F8F8F. Windows color (decimal): -7825790 or 8558216. OLE color: 8558216.

HSL color Cylindrical-coordinate representation of color #889682: hue angle of 102º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889682 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 150 130 -
CMYK 0.09 0 0.13 0.41
HSL 102º 0.09% 0.55% -
HSV(B) 102º 0.13% 0.59% -
XYZ 25.09 28.66 25.33 -
YUV 143.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 136 150 130 0.09 0 0.13 0.41 102 0.09 0.55
Hex 88 96 82 9 0 D 29 66 9 37
Octal 210 226 202 11 0 15 51 146 11 67
Binary 10001000 10010110 10000010 1001 0 1101 101001 1100110 1001 110111

Color Harmonies of #889682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889682

Black with #889682

Text Example


Text Example

White with #889682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889682; }

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

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

background-color css

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

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

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

border-color css

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

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

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