#88925D

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

Shades of Bitter #88925D

Tints of Bitter #88925D

Color information

#88925D (or 0x88925D) is unknown color: approx Bitter. HEX triplet: 88, 92 and 5D. RGB value is (136,146,93). Sum of RGB (Red+Green+Blue) = 136+146+93=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #88925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88925D is #776DA2. Grayscale: #898989. Windows color (decimal): -7826851 or 6132360. OLE color: 6132360.

HSL color Cylindrical-coordinate representation of color #88925D: hue angle of 71.32º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88925D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB13614693-
CMYK0.0700.360.43
HSL71.32º22.18%46.86%-
HSV(B)71.32º36.3%57.25%-
XYZ22.4126.5814.31-
YUV136.97103.19127.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=36.27%
G=38.93%
B=24.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146930.0700.360.4371.3222.1846.86
Hex88925D70242B47162f
Octal2102221357044531072657
Binary100010001001001010111011110100100101011100011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88925D; }

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

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

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

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

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

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

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

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