Html Css Color HEX #899073 Bitter

📋 copy color: '#899073'

red 137 ◦ green 144 ◦ blue 115

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

Shades of Bitter #899073

Tints of Bitter #899073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

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

R = 34.6%
G = 36.36%
B = 29.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#899073 (or 0x899073) is known color: Bitter. HEX triplet: 89, 90 and 73. RGB value is (137,144,115). Sum of RGB (Red+Green+Blue) = 137+144+115=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #899073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899073 is #766F8C. Grayscale: #8A8A8A. Windows color (decimal): -7761805 or 7573641. OLE color: 7573641.

HSL color Cylindrical-coordinate representation of color #899073: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899073 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 115 -
CMYK 0.05 0 0.20 0.44
HSL 74.48º 0.12% 0.51% -
HSV(B) 74.48º 0.2% 0.56% -
XYZ 23.38 26.5 20.1 -
YUV 138.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 137 144 115 0.05 0 0.20 0.44 74.48 0.12 0.51
Hex 89 90 73 5 0 14 2C 4A C 33
Octal 211 220 163 5 0 24 54 112 14 63
Binary 10001001 10010000 1110011 101 0 10100 101100 1001010 1100 110011

Color Harmonies of #899073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899073

Black with #899073

Text Example


Text Example

White with #899073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899073; }

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

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

background-color css

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

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

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

border-color css

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

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

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