#888A5F

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

Shades of Bitter #888A5F

Tints of Bitter #888A5F

Color information

#888A5F (or 0x888A5F) is unknown color: approx Bitter. HEX triplet: 88, 8A and 5F. RGB value is (136,138,95). Sum of RGB (Red+Green+Blue) = 136+138+95=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #888A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A5F is #7775A0. Grayscale: #848484. Windows color (decimal): -7828897 or 6261384. OLE color: 6261384.

HSL color Cylindrical-coordinate representation of color #888A5F: hue angle of 62.79º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #888A5F is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13613895-
CMYK0.0100.310.46
HSL62.79º18.45%45.69%-
HSV(B)62.79º31.16%54.12%-
XYZ21.3124.2414.38-
YUV132.5106.84130.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=36.86%
G=37.40%
B=25.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136138950.0100.310.4662.7918.4545.69
Hex888A5F101F2E3f122e
Octal210212137103756772256
Binary10001000100010101011111101111110111011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,138,95); }

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

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

 a { background-color: rgb(136,138,95); }

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

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

 span { border-color: rgb(136,138,95); }

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