Html Css Color HEX #898D55 Bitter

📋 copy color: '#898D55'

red 137 ◦ green 141 ◦ blue 85

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

Shades of Bitter #898D55

Tints of Bitter #898D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 37.74%
G = 38.84%
B = 23.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#898D55 (or 0x898D55) is known color: Bitter. HEX triplet: 89, 8D and 55. RGB value is (137,141,85). Sum of RGB (Red+Green+Blue) = 137+141+85=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #898D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D55 is #7672AA. Grayscale: #858585. Windows color (decimal): -7762603 or 5606793. OLE color: 5606793.

HSL color Cylindrical-coordinate representation of color #898D55: hue angle of 64.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898D55 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 141 85 -
CMYK 0.03 0 0.40 0.45
HSL 64.29º 0.25% 0.44% -
HSV(B) 64.29º 0.4% 0.55% -
XYZ 21.48 25.02 12.29 -
YUV 133.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 137 141 85 0.03 0 0.40 0.45 64.29 0.25 0.44
Hex 89 8D 55 3 0 28 2D 40 19 2C
Octal 211 215 125 3 0 50 55 100 31 54
Binary 10001001 10001101 1010101 11 0 101000 101101 1000000 11001 101100

Color Harmonies of #898D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D55

Black with #898D55

Text Example


Text Example

White with #898D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,85); }

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

background-color css

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

 a { background-color: rgb(137,141,85); }

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

border-color css

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

 span { border-color: rgb(137,141,85); }

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