#888D73

Color #888D73 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #888D73

Tints of Bitter #888D73

Color information

#888D73 (or 0x888D73) is unknown color: approx Bitter. HEX triplet: 88, 8D and 73. RGB value is (136,141,115). Sum of RGB (Red+Green+Blue) = 136+141+115=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #888D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D73 is #77728C. Grayscale: #888888. Windows color (decimal): -7828109 or 7572872. OLE color: 7572872.

HSL color Cylindrical-coordinate representation of color #888D73: hue angle of 71.54º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #888D73 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB136141115-
CMYK0.0400.180.45
HSL71.54º10.24%50.2%-
HSV(B)71.54º18.44%55.29%-
XYZ22.7725.5219.95-
YUV136.54115.84127.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=34.69%
G=35.97%
B=29.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361411150.0400.180.4571.5410.2450.2
Hex888D7340122D48a32
Octal2102151634022551101262
Binary1000100010001101111001110001001010110110010001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888D73; }

 p { color: rgb(136,141,115); }

 H1.HeaderClassName
 {
   color: #888D73;
 }
 .AnyTagClassName
 {
   color: #888D73;
 }
</style>
background-color css

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

 a { background-color: rgb(136,141,115); }

 div.DivClassName
 {
   background-color: #888D73;
 }
 .BgClassName
 {
   background-color: #888D73;
 }
</style>
border-color css

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

 span { border-color: rgb(136,141,115); }

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