Html Css Color HEX #889270 Bitter

📋 copy color: '#889270'

red 136 ◦ green 146 ◦ blue 112

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

Shades of Bitter #889270

Tints of Bitter #889270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 34.52%
G = 37.06%
B = 28.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#889270 (or 0x889270) is known color: Bitter. HEX triplet: 88, 92 and 70. RGB value is (136,146,112). Sum of RGB (Red+Green+Blue) = 136+146+112=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #889270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889270 is #776D8F. Grayscale: #8B8B8B. Windows color (decimal): -7826832 or 7377544. OLE color: 7377544.

HSL color Cylindrical-coordinate representation of color #889270: hue angle of 77.65º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #889270 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 112 -
CMYK 0.07 0 0.23 0.43
HSL 77.65º 0.13% 0.51% -
HSV(B) 77.65º 0.23% 0.57% -
XYZ 23.36 26.96 19.3 -
YUV 139.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 136 146 112 0.07 0 0.23 0.43 77.65 0.13 0.51
Hex 88 92 70 7 0 17 2B 4E D 33
Octal 210 222 160 7 0 27 53 116 15 63
Binary 10001000 10010010 1110000 111 0 10111 101011 1001110 1101 110011

Color Harmonies of #889270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889270

Black with #889270

Text Example


Text Example

White with #889270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889270; }

 p { color: rgb(136,146,112); }

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

background-color css

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

 a { background-color: rgb(136,146,112); }

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

border-color css

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

 span { border-color: rgb(136,146,112); }

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