#849060

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

Shades of Bitter #849060

Tints of Bitter #849060

Color information

#849060 (or 0x849060) is unknown color: approx Bitter. HEX triplet: 84, 90 and 60. RGB value is (132,144,96). Sum of RGB (Red+Green+Blue) = 132+144+96=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #849060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849060 is #7B6F9F. Grayscale: #878787. Windows color (decimal): -8089504 or 6328452. OLE color: 6328452.

HSL color Cylindrical-coordinate representation of color #849060: hue angle of 75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #849060 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB13214496-
CMYK0.0800.330.44
HSL75º20%47.06%-
HSV(B)75º33.33%56.47%-
XYZ21.625.714.89-
YUV134.94106.02125.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=35.48%
G=38.71%
B=25.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132144960.0800.330.44752047.06
Hex84906080212C4b142f
Octal20422014010041541132457
Binary1000010010010000110000010000100001101100100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849060; }

 p { color: rgb(132,144,96); }

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

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

 a { background-color: rgb(132,144,96); }

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

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

 span { border-color: rgb(132,144,96); }

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