Html Css Color HEX #898D73 Bitter

📋 copy color: '#898D73'

red 137 ◦ green 141 ◦ blue 115

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

Shades of Bitter #898D73

Tints of Bitter #898D73

RGB

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

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

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

R = 34.86%
G = 35.88%
B = 29.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#898D73 (or 0x898D73) is known color: Bitter. HEX triplet: 89, 8D and 73. RGB value is (137,141,115). Sum of RGB (Red+Green+Blue) = 137+141+115=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #898D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D73 is #76728C. Grayscale: #888888. Windows color (decimal): -7762573 or 7572873. OLE color: 7572873.

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

Color convert

RGB 137 141 115 -
CMYK 0.03 0 0.18 0.45
HSL 69.23º 0.1% 0.5% -
HSV(B) 69.23º 0.18% 0.55% -
XYZ 22.94 25.61 19.95 -
YUV 136.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 137 141 115 0.03 0 0.18 0.45 69.23 0.1 0.5
Hex 89 8D 73 3 0 12 2D 45 A 32
Octal 211 215 163 3 0 22 55 105 12 62
Binary 10001001 10001101 1110011 11 0 10010 101101 1000101 1010 110010

Color Harmonies of #898D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D73

Black with #898D73

Text Example


Text Example

White with #898D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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