#888D65

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

Shades of Bitter #888D65

Tints of Bitter #888D65

Color information

#888D65 (or 0x888D65) is unknown color: approx Bitter. HEX triplet: 88, 8D and 65. RGB value is (136,141,101). Sum of RGB (Red+Green+Blue) = 136+141+101=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #888D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D65 is #77729A. Grayscale: #878787. Windows color (decimal): -7828123 or 6655368. OLE color: 6655368.

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

Color convert

RGB136141101-
CMYK0.0400.280.45
HSL67.5º16.53%47.45%-
HSV(B)67.5º28.37%55.29%-
XYZ22.0325.2216.02-
YUV134.94108.84128.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=35.98%
G=37.30%
B=26.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361411010.0400.280.4567.516.5347.45
Hex888D65401C2D44112f
Octal2102151454034551042157
Binary10001000100011011100101100011100101101100010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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