#889254

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

Shades of Bitter #889254

Tints of Bitter #889254

Color information

#889254 (or 0x889254) is unknown color: approx Bitter. HEX triplet: 88, 92 and 54. RGB value is (136,146,84). Sum of RGB (Red+Green+Blue) = 136+146+84=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #889254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889254 is #776DAB. Grayscale: #888888. Windows color (decimal): -7826860 or 5542536. OLE color: 5542536.

HSL color Cylindrical-coordinate representation of color #889254: hue angle of 69.68º degrees, saturation: 0.27, 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 #889254 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB13614684-
CMYK0.0700.420.43
HSL69.68º26.96%45.1%-
HSV(B)69.68º42.47%57.25%-
XYZ22.0326.4312.33-
YUV135.9498.69128.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=37.16%
G=39.89%
B=22.95%

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
Decimal136146840.0700.420.4369.6826.9645.1
Hex889254702A2B461b2d
Octal2102221247052531063355
Binary100010001001001010101001110101010101011100011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889254; }

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

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

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

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

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

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

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

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