#849157

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

Shades of Bitter #849157

Tints of Bitter #849157

Color information

#849157 (or 0x849157) is unknown color: approx Bitter. HEX triplet: 84, 91 and 57. RGB value is (132,145,87). Sum of RGB (Red+Green+Blue) = 132+145+87=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #849157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849157 is #7B6EA8. Grayscale: #868686. Windows color (decimal): -8089257 or 5738884. OLE color: 5738884.

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

Color convert

RGB13214587-
CMYK0.0900.40.43
HSL73.45º25%45.49%-
HSV(B)73.45º40%56.86%-
XYZ21.3625.8412.88-
YUV134.5101.19126.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=36.26%
G=39.84%
B=23.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145870.0900.40.4373.452545.49
Hex84915790282B49192d
Octal20422112711050531113155
Binary1000010010010001101011110010101000101011100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849157; }

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

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

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

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

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

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

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

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