#88926B

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

Shades of Bitter #88926B

Tints of Bitter #88926B

Color information

#88926B (or 0x88926B) is unknown color: approx Bitter. HEX triplet: 88, 92 and 6B. RGB value is (136,146,107). Sum of RGB (Red+Green+Blue) = 136+146+107=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #88926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88926B is #776D94. Grayscale: #8A8A8A. Windows color (decimal): -7826837 or 7049864. OLE color: 7049864.

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

Color convert

RGB136146107-
CMYK0.0700.270.43
HSL75.38º15.42%49.61%-
HSV(B)75.38º26.71%57.25%-
XYZ23.0926.8517.88-
YUV138.56110.19126.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=34.96%
G=37.53%
B=27.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361461070.0700.270.4375.3815.4249.61
Hex88926B701B2B4bf32
Octal2102221537033531131762
Binary1000100010010010110101111101101110101110010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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