#889255

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

Shades of Bitter #889255

Tints of Bitter #889255

Color information

#889255 (or 0x889255) is unknown color: approx Bitter. HEX triplet: 88, 92 and 55. RGB value is (136,146,85). Sum of RGB (Red+Green+Blue) = 136+146+85=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #889255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889255 is #776DAA. Grayscale: #888888. Windows color (decimal): -7826859 or 5608072. OLE color: 5608072.

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

Color convert

RGB13614685-
CMYK0.0700.420.43
HSL69.84º26.41%45.29%-
HSV(B)69.84º41.78%57.25%-
XYZ22.0726.4512.54-
YUV136.0699.19127.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=37.06%
G=39.78%
B=23.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146850.0700.420.4369.8426.4145.29
Hex889255702A2B461a2d
Octal2102221257052531063255
Binary100010001001001010101011110101010101011100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889255; }

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

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

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

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

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

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

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

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