#889260

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

Shades of Bitter #889260

Tints of Bitter #889260

Color information

#889260 (or 0x889260) is unknown color: approx Bitter. HEX triplet: 88, 92 and 60. RGB value is (136,146,96). Sum of RGB (Red+Green+Blue) = 136+146+96=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #889260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889260 is #776D9F. Grayscale: #898989. Windows color (decimal): -7826848 or 6328968. OLE color: 6328968.

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

Color convert

RGB13614696-
CMYK0.0700.340.43
HSL72º20.66%47.45%-
HSV(B)72º34.25%57.25%-
XYZ22.5426.6415.02-
YUV137.31104.69127.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=35.98%
G=38.62%
B=25.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146960.0700.340.437220.6647.45
Hex88926070222B48152f
Octal2102221407042531102557
Binary100010001001001011000001110100010101011100100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889260; }

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

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

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

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

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

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

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

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