Html Css Color HEX #898C73 Bitter

📋 copy color: '#898C73'

red 137 ◦ green 140 ◦ blue 115

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

Shades of Bitter #898C73

Tints of Bitter #898C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 34.95%
G = 35.71%
B = 29.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#898C73 (or 0x898C73) is known color: Bitter. HEX triplet: 89, 8C and 73. RGB value is (137,140,115). Sum of RGB (Red+Green+Blue) = 137+140+115=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #898C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C73 is #76738C. Grayscale: #888888. Windows color (decimal): -7762829 or 7572617. OLE color: 7572617.

HSL color Cylindrical-coordinate representation of color #898C73: hue angle of 67.2º 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 #898C73 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 140 115 -
CMYK 0.02 0 0.18 0.45
HSL 67.2º 0.1% 0.5% -
HSV(B) 67.2º 0.18% 0.55% -
XYZ 22.79 25.31 19.9 -
YUV 136.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 137 140 115 0.02 0 0.18 0.45 67.2 0.1 0.5
Hex 89 8C 73 2 0 12 2D 43 A 32
Octal 211 214 163 2 0 22 55 103 12 62
Binary 10001001 10001100 1110011 10 0 10010 101101 1000011 1010 110010

Color Harmonies of #898C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C73

Black with #898C73

Text Example


Text Example

White with #898C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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