Html Css Color HEX #898B5D Bitter

📋 copy color: '#898B5D'

red 137 ◦ green 139 ◦ blue 93

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

Shades of Bitter #898B5D

Tints of Bitter #898B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 37.13%
G = 37.67%
B = 25.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#898B5D (or 0x898B5D) is known color: Bitter. HEX triplet: 89, 8B and 5D. RGB value is (137,139,93). Sum of RGB (Red+Green+Blue) = 137+139+93=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #898B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B5D is #7674A2. Grayscale: #858585. Windows color (decimal): -7763107 or 6130569. OLE color: 6130569.

HSL color Cylindrical-coordinate representation of color #898B5D: hue angle of 62.61º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898B5D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 139 93 -
CMYK 0.01 0 0.33 0.45
HSL 62.61º 0.2% 0.45% -
HSV(B) 62.61º 0.33% 0.55% -
XYZ 21.52 24.57 13.96 -
YUV 133.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 137 139 93 0.01 0 0.33 0.45 62.61 0.2 0.45
Hex 89 8B 5D 1 0 21 2D 3F 14 2D
Octal 211 213 135 1 0 41 55 77 24 55
Binary 10001001 10001011 1011101 1 0 100001 101101 111111 10100 101101

Color Harmonies of #898B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898B5D

Black with #898B5D

Text Example


Text Example

White with #898B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,139,93); }

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

background-color css

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

 a { background-color: rgb(137,139,93); }

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

border-color css

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

 span { border-color: rgb(137,139,93); }

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