#889258

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

Shades of Bitter #889258

Tints of Bitter #889258

Color information

#889258 (or 0x889258) is unknown color: approx Bitter. HEX triplet: 88, 92 and 58. RGB value is (136,146,88). Sum of RGB (Red+Green+Blue) = 136+146+88=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #889258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889258 is #776DA7. Grayscale: #888888. Windows color (decimal): -7826856 or 5804680. OLE color: 5804680.

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

Color convert

RGB13614688-
CMYK0.0700.400.43
HSL70.34º24.79%45.88%-
HSV(B)70.34º39.73%57.25%-
XYZ22.1926.513.18-
YUV136.4100.69127.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=36.76%
G=39.46%
B=23.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146880.0700.400.4370.3424.7945.88
Hex88925870282B46192e
Octal2102221307050531063156
Binary100010001001001010110001110101000101011100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889258; }

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

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

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

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

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

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

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

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