#888968

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

Shades of Bitter #888968

Tints of Bitter #888968

Color information

#888968 (or 0x888968) is unknown color: approx Bitter. HEX triplet: 88, 89 and 68. RGB value is (136,137,104). Sum of RGB (Red+Green+Blue) = 136+137+104=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #888968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888968 is #777697. Grayscale: #858585. Windows color (decimal): -7829144 or 6850952. OLE color: 6850952.

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

Color convert

RGB136137104-
CMYK0.0100.240.46
HSL61.82º13.69%47.25%-
HSV(B)61.82º24.09%53.73%-
XYZ21.624.1316.61-
YUV132.94111.67130.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=36.07%
G=36.34%
B=27.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361371040.0100.240.4661.8213.6947.25
Hex88896810182E3ee2f
Octal210211150103056761657
Binary1000100010001001110100010110001011101111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888968; }

 p { color: rgb(136,137,104); }

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

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

 a { background-color: rgb(136,137,104); }

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

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

 span { border-color: rgb(136,137,104); }

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