#888B6C

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

Shades of Bitter #888B6C

Tints of Bitter #888B6C

Color information

#888B6C (or 0x888B6C) is unknown color: approx Bitter. HEX triplet: 88, 8B and 6C. RGB value is (136,139,108). Sum of RGB (Red+Green+Blue) = 136+139+108=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #888B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B6C is #777493. Grayscale: #868686. Windows color (decimal): -7828628 or 7113608. OLE color: 7113608.

HSL color Cylindrical-coordinate representation of color #888B6C: hue angle of 65.81º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #888B6C is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB136139108-
CMYK0.0200.220.45
HSL65.81º12.55%48.43%-
HSV(B)65.81º22.3%54.51%-
XYZ22.0924.7817.81-
YUV134.57113.01129.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=35.51%
G=36.29%
B=28.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391080.0200.220.4565.8112.5548.43
Hex888B6C20162D42d30
Octal2102131542026551021560
Binary100010001000101111011001001011010110110000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,108); }

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

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

 a { background-color: rgb(136,139,108); }

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

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

 span { border-color: rgb(136,139,108); }

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