#848B62

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

Shades of Bitter #848B62

Tints of Bitter #848B62

Color information

#848B62 (or 0x848B62) is unknown color: approx Bitter. HEX triplet: 84, 8B and 62. RGB value is (132,139,98). Sum of RGB (Red+Green+Blue) = 132+139+98=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #848B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B62 is #7B749D. Grayscale: #848484. Windows color (decimal): -8090782 or 6458244. OLE color: 6458244.

HSL color Cylindrical-coordinate representation of color #848B62: hue angle of 70.24º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #848B62 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB13213998-
CMYK0.0500.290.45
HSL70.24º17.3%46.47%-
HSV(B)70.24º29.5%54.51%-
XYZ20.9524.2515.13-
YUV132.23108.68127.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=35.77%
G=37.67%
B=26.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139980.0500.290.4570.2417.346.47
Hex848B62501D2D46112e
Octal2042131425035551062156
Binary10000100100010111100010101011101101101100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B62; }

 p { color: rgb(132,139,98); }

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

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

 a { background-color: rgb(132,139,98); }

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

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

 span { border-color: rgb(132,139,98); }

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