#889053

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

Shades of Bitter #889053

Tints of Bitter #889053

Color information

#889053 (or 0x889053) is unknown color: approx Bitter. HEX triplet: 88, 90 and 53. RGB value is (136,144,83). Sum of RGB (Red+Green+Blue) = 136+144+83=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #889053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889053 is #776FAC. Grayscale: #868686. Windows color (decimal): -7827373 or 5476488. OLE color: 5476488.

HSL color Cylindrical-coordinate representation of color #889053: hue angle of 67.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889053 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB13614483-
CMYK0.0600.420.44
HSL67.87º26.87%44.51%-
HSV(B)67.87º42.36%56.47%-
XYZ21.6925.8112.02-
YUV134.6598.85128.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=37.47%
G=39.67%
B=22.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144830.0600.420.4467.8726.8744.51
Hex889053602A2C441b2d
Octal2102201236052541043355
Binary100010001001000010100111100101010101100100010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889053; }

 p { color: rgb(136,144,83); }

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

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

 a { background-color: rgb(136,144,83); }

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

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

 span { border-color: rgb(136,144,83); }

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