Html Css Color HEX #898C75 Bitter

📋 copy color: '#898C75'

red 137 ◦ green 140 ◦ blue 117

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

Shades of Bitter #898C75

Tints of Bitter #898C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 34.77%
G = 35.53%
B = 29.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#898C75 (or 0x898C75) is known color: Bitter. HEX triplet: 89, 8C and 75. RGB value is (137,140,117). Sum of RGB (Red+Green+Blue) = 137+140+117=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 140 - color contains mainly: green. Hex color #898C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C75 is #76738A. Grayscale: #888888. Windows color (decimal): -7762827 or 7703689. OLE color: 7703689.

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

Color convert

RGB 137 140 117 -
CMYK 0.02 0 0.16 0.45
HSL 67.83º 0.09% 0.5% -
HSV(B) 67.83º 0.16% 0.55% -
XYZ 22.91 25.36 20.52 -
YUV 136.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 137 140 117 0.02 0 0.16 0.45 67.83 0.09 0.5
Hex 89 8C 75 2 0 10 2D 44 9 32
Octal 211 214 165 2 0 20 55 104 11 62
Binary 10001001 10001100 1110101 10 0 10000 101101 1000100 1001 110010

Color Harmonies of #898C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C75

Black with #898C75

Text Example


Text Example

White with #898C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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