Html Css Color HEX #898D76 Bitter

📋 copy color: '#898D76'

red 137 ◦ green 141 ◦ blue 118

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

Shades of Bitter #898D76

Tints of Bitter #898D76

RGB

 RED value IS 137 (53.91% from 255) = 34.6%

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 34.6%
G = 35.61%
B = 29.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#898D76 (or 0x898D76) is known color: Bitter. HEX triplet: 89, 8D and 76. RGB value is (137,141,118). Sum of RGB (Red+Green+Blue) = 137+141+118=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #898D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D76 is #767289. Grayscale: #898989. Windows color (decimal): -7762570 or 7769481. OLE color: 7769481.

HSL color Cylindrical-coordinate representation of color #898D76: hue angle of 70.43º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #898D76 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 141 118 -
CMYK 0.03 0 0.16 0.45
HSL 70.43º 0.09% 0.51% -
HSV(B) 70.43º 0.16% 0.55% -
XYZ 23.11 25.68 20.88 -
YUV 137.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 137 141 118 0.03 0 0.16 0.45 70.43 0.09 0.51
Hex 89 8D 76 3 0 10 2D 46 9 33
Octal 211 215 166 3 0 20 55 106 11 63
Binary 10001001 10001101 1110110 11 0 10000 101101 1000110 1001 110011

Color Harmonies of #898D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D76

Black with #898D76

Text Example


Text Example

White with #898D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898D76; }

 p { color: rgb(137,141,118); }

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

background-color css

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

 a { background-color: rgb(137,141,118); }

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

border-color css

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

 span { border-color: rgb(137,141,118); }

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