#848B58

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

Shades of Bitter #848B58

Tints of Bitter #848B58

Color information

#848B58 (or 0x848B58) is unknown color: approx Bitter. HEX triplet: 84, 8B and 58. RGB value is (132,139,88). Sum of RGB (Red+Green+Blue) = 132+139+88=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #848B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B58 is #7B74A7. Grayscale: #838383. Windows color (decimal): -8090792 or 5802884. OLE color: 5802884.

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

Color convert

RGB13213988-
CMYK0.0500.370.45
HSL68.24º22.47%44.51%-
HSV(B)68.24º36.69%54.51%-
XYZ20.5124.0812.8-
YUV131.09103.68128.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=36.77%
G=38.72%
B=24.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139880.0500.370.4568.2422.4744.51
Hex848B5850252D44162d
Octal2042131305045551042655
Binary100001001000101110110001010100101101101100010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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