Html Css Color HEX #889F83 Amulet

📋 copy color: '#889F83'

red 136 ◦ green 159 ◦ blue 131

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

Shades of Amulet #889F83

Tints of Amulet #889F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 31.92%
G = 37.32%
B = 30.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#889F83 (or 0x889F83) is known color: Amulet. HEX triplet: 88, 9F and 83. RGB value is (136,159,131). Sum of RGB (Red+Green+Blue) = 136+159+131=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #889F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F83 is #77607C. Grayscale: #959595. Windows color (decimal): -7823485 or 8626056. OLE color: 8626056.

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

Color convert

RGB 136 159 131 -
CMYK 0.14 0 0.18 0.38
HSL 109.29º 0.13% 0.57% -
HSV(B) 109.29º 0.18% 0.62% -
XYZ 26.65 31.67 26.18 -
YUV 148.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 136 159 131 0.14 0 0.18 0.38 109.29 0.13 0.57
Hex 88 9F 83 E 0 12 26 6D D 39
Octal 210 237 203 16 0 22 46 155 15 71
Binary 10001000 10011111 10000011 1110 0 10010 100110 1101101 1101 111001

Color Harmonies of #889F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889F83

Black with #889F83

Text Example


Text Example

White with #889F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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