Html Css Color HEX #898F5D Bitter

📋 copy color: '#898F5D'

red 137 ◦ green 143 ◦ blue 93

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

Shades of Bitter #898F5D

Tints of Bitter #898F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

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

R = 36.73%
G = 38.34%
B = 24.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#898F5D (or 0x898F5D) is known color: Bitter. HEX triplet: 89, 8F and 5D. RGB value is (137,143,93). Sum of RGB (Red+Green+Blue) = 137+143+93=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #898F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898F5D is #7670A2. Grayscale: #878787. Windows color (decimal): -7762083 or 6131593. OLE color: 6131593.

HSL color Cylindrical-coordinate representation of color #898F5D: hue angle of 67.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #898F5D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 143 93 -
CMYK 0.04 0 0.35 0.44
HSL 67.2º 0.21% 0.46% -
HSV(B) 67.2º 0.35% 0.56% -
XYZ 22.11 25.75 14.16 -
YUV 135.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 137 143 93 0.04 0 0.35 0.44 67.2 0.21 0.46
Hex 89 8F 5D 4 0 23 2C 43 15 2E
Octal 211 217 135 4 0 43 54 103 25 56
Binary 10001001 10001111 1011101 100 0 100011 101100 1000011 10101 101110

Color Harmonies of #898F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898F5D

Black with #898F5D

Text Example


Text Example

White with #898F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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