#88926C

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

Shades of Bitter #88926C

Tints of Bitter #88926C

Color information

#88926C (or 0x88926C) is unknown color: approx Bitter. HEX triplet: 88, 92 and 6C. RGB value is (136,146,108). Sum of RGB (Red+Green+Blue) = 136+146+108=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #88926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88926C is #776D93. Grayscale: #8A8A8A. Windows color (decimal): -7826836 or 7115400. OLE color: 7115400.

HSL color Cylindrical-coordinate representation of color #88926C: hue angle of 75.79º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88926C is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB136146108-
CMYK0.0700.260.43
HSL75.79º14.96%49.8%-
HSV(B)75.79º26.03%57.25%-
XYZ23.1426.8718.16-
YUV138.68110.69126.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=34.87%
G=37.44%
B=27.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361461080.0700.260.4375.7914.9649.8
Hex88926C701A2B4cf32
Octal2102221547032531141762
Binary1000100010010010110110011101101010101110011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88926C; }

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

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

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

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

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

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

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

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