#88925A

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

Shades of Bitter #88925A

Tints of Bitter #88925A

Color information

#88925A (or 0x88925A) is unknown color: approx Bitter. HEX triplet: 88, 92 and 5A. RGB value is (136,146,90). Sum of RGB (Red+Green+Blue) = 136+146+90=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #88925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88925A is #776DA5. Grayscale: #888888. Windows color (decimal): -7826854 or 5935752. OLE color: 5935752.

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

Color convert

RGB13614690-
CMYK0.0700.380.43
HSL70.71º23.73%46.27%-
HSV(B)70.71º38.36%57.25%-
XYZ22.2826.5313.62-
YUV136.63101.69127.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=36.56%
G=39.25%
B=24.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146900.0700.380.4370.7123.7346.27
Hex88925A70262B47182e
Octal2102221327046531073056
Binary100010001001001010110101110100110101011100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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