Html Css Color HEX #889172 Bitter

📋 copy color: '#889172'

red 136 ◦ green 145 ◦ blue 114

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

Shades of Bitter #889172

Tints of Bitter #889172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 34.43%
G = 36.71%
B = 28.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#889172 (or 0x889172) is known color: Bitter. HEX triplet: 88, 91 and 72. RGB value is (136,145,114). Sum of RGB (Red+Green+Blue) = 136+145+114=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #889172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889172 is #776E8D. Grayscale: #8A8A8A. Windows color (decimal): -7827086 or 7508360. OLE color: 7508360.

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

Color convert

RGB 136 145 114 -
CMYK 0.06 0 0.21 0.43
HSL 77.42º 0.12% 0.51% -
HSV(B) 77.42º 0.21% 0.57% -
XYZ 23.32 26.7 19.84 -
YUV 138.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 136 145 114 0.06 0 0.21 0.43 77.42 0.12 0.51
Hex 88 91 72 6 0 15 2B 4D C 33
Octal 210 221 162 6 0 25 53 115 14 63
Binary 10001000 10010001 1110010 110 0 10101 101011 1001101 1100 110011

Color Harmonies of #889172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889172

Black with #889172

Text Example


Text Example

White with #889172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889172; }

 p { color: rgb(136,145,114); }

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

background-color css

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

 a { background-color: rgb(136,145,114); }

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

border-color css

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

 span { border-color: rgb(136,145,114); }

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