#888C65

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

Shades of Bitter #888C65

Tints of Bitter #888C65

Color information

#888C65 (or 0x888C65) is unknown color: approx Bitter. HEX triplet: 88, 8C and 65. RGB value is (136,140,101). Sum of RGB (Red+Green+Blue) = 136+140+101=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #888C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C65 is #77739A. Grayscale: #868686. Windows color (decimal): -7828379 or 6655112. OLE color: 6655112.

HSL color Cylindrical-coordinate representation of color #888C65: hue angle of 66.15º degrees, saturation: 0.16, 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 #888C65 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB136140101-
CMYK0.0300.280.45
HSL66.15º16.18%47.25%-
HSV(B)66.15º27.86%54.9%-
XYZ21.8824.9315.97-
YUV134.36109.17129.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=36.07%
G=37.14%
B=26.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361401010.0300.280.4566.1516.1847.25
Hex888C65301C2D42102f
Octal2102141453034551022057
Binary1000100010001100110010111011100101101100001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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