Html Css Color HEX #889061 Bitter

📋 copy color: '#889061'

red 136 ◦ green 144 ◦ blue 97

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

Shades of Bitter #889061

Tints of Bitter #889061

RGB

 RED value IS 136 (53.52% from 255) = 36.07%

 GREEN value IS 144 (56.64% from 255) = 38.2%

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 36.07%
G = 38.2%
B = 25.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#889061 (or 0x889061) is known color: Bitter. HEX triplet: 88, 90 and 61. RGB value is (136,144,97). Sum of RGB (Red+Green+Blue) = 136+144+97=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #889061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889061 is #776F9E. Grayscale: #888888. Windows color (decimal): -7827359 or 6393992. OLE color: 6393992.

HSL color Cylindrical-coordinate representation of color #889061: hue angle of 70.21º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889061 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 97 -
CMYK 0.06 0 0.33 0.44
HSL 70.21º 0.2% 0.47% -
HSV(B) 70.21º 0.33% 0.56% -
XYZ 22.28 26.04 15.16 -
YUV 136.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 136 144 97 0.06 0 0.33 0.44 70.21 0.2 0.47
Hex 88 90 61 6 0 21 2C 46 14 2F
Octal 210 220 141 6 0 41 54 106 24 57
Binary 10001000 10010000 1100001 110 0 100001 101100 1000110 10100 101111

Color Harmonies of #889061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889061

Black with #889061

Text Example


Text Example

White with #889061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889061; }

 p { color: rgb(136,144,97); }

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

background-color css

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

 a { background-color: rgb(136,144,97); }

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

border-color css

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

 span { border-color: rgb(136,144,97); }

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