#888F5D

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

Shades of Bitter #888F5D

Tints of Bitter #888F5D

Color information

#888F5D (or 0x888F5D) is unknown color: approx Bitter. HEX triplet: 88, 8F and 5D. RGB value is (136,143,93). Sum of RGB (Red+Green+Blue) = 136+143+93=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #888F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F5D is #7770A2. Grayscale: #878787. Windows color (decimal): -7827619 or 6131592. OLE color: 6131592.

HSL color Cylindrical-coordinate representation of color #888F5D: hue angle of 68.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888F5D is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB13614393-
CMYK0.0500.350.44
HSL68.4º21.19%46.27%-
HSV(B)68.4º34.97%56.08%-
XYZ21.9525.6714.15-
YUV135.21104.18128.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 143 (56.25% from 255) = 38.44%
BLUE value IS 93 (36.72% from 255) = 25%
R=36.56%
G=38.44%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136143930.0500.350.4468.421.1946.27
Hex888F5D50232C44152e
Octal2102171355043541042556
Binary100010001000111110111011010100011101100100010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,143,93); }

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

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

 a { background-color: rgb(136,143,93); }

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

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

 span { border-color: rgb(136,143,93); }

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