#849159

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

Shades of Bitter #849159

Tints of Bitter #849159

Color information

#849159 (or 0x849159) is unknown color: approx Bitter. HEX triplet: 84, 91 and 59. RGB value is (132,145,89). Sum of RGB (Red+Green+Blue) = 132+145+89=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #849159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849159 is #7B6EA6. Grayscale: #868686. Windows color (decimal): -8089255 or 5869956. OLE color: 5869956.

HSL color Cylindrical-coordinate representation of color #849159: hue angle of 73.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849159 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB13214589-
CMYK0.0900.390.43
HSL73.93º23.93%45.88%-
HSV(B)73.93º38.62%56.86%-
XYZ21.4425.8813.32-
YUV134.73102.19126.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=36.07%
G=39.62%
B=24.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145890.0900.390.4373.9323.9345.88
Hex84915990272B4a182e
Octal20422113111047531123056
Binary1000010010010001101100110010100111101011100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849159; }

 p { color: rgb(132,145,89); }

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

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

 a { background-color: rgb(132,145,89); }

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

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

 span { border-color: rgb(132,145,89); }

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