Html Css Color HEX #898C78 Bitter

📋 copy color: '#898C78'

red 137 ◦ green 140 ◦ blue 120

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

Shades of Bitter #898C78

Tints of Bitter #898C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 34.51%
G = 35.26%
B = 30.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#898C78 (or 0x898C78) is known color: Bitter. HEX triplet: 89, 8C and 78. RGB value is (137,140,120). Sum of RGB (Red+Green+Blue) = 137+140+120=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 140 - color contains mainly: green. Hex color #898C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C78 is #767387. Grayscale: #888888. Windows color (decimal): -7762824 or 7900297. OLE color: 7900297.

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

Color convert

RGB 137 140 120 -
CMYK 0.02 0 0.14 0.45
HSL 69º 0.08% 0.51% -
HSV(B) 69º 0.14% 0.55% -
XYZ 23.08 25.43 21.46 -
YUV 136.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 137 140 120 0.02 0 0.14 0.45 69 0.08 0.51
Hex 89 8C 78 2 0 E 2D 45 8 33
Octal 211 214 170 2 0 16 55 105 10 63
Binary 10001001 10001100 1111000 10 0 1110 101101 1000101 1000 110011

Color Harmonies of #898C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C78

Black with #898C78

Text Example


Text Example

White with #898C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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