#848A56

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

Shades of Bitter #848A56

Tints of Bitter #848A56

Color information

#848A56 (or 0x848A56) is unknown color: approx Bitter. HEX triplet: 84, 8A and 56. RGB value is (132,138,86). Sum of RGB (Red+Green+Blue) = 132+138+86=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #848A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A56 is #7B75A9. Grayscale: #828282. Windows color (decimal): -8091050 or 5671556. OLE color: 5671556.

HSL color Cylindrical-coordinate representation of color #848A56: hue angle of 66.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #848A56 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13213886-
CMYK0.0400.380.46
HSL66.92º23.21%43.92%-
HSV(B)66.92º37.68%54.12%-
XYZ20.2823.7512.32-
YUV130.28103.01129.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 138 (54.30% from 255) = 38.76%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=37.08%
G=38.76%
B=24.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132138860.0400.380.4666.9223.2143.92
Hex848A5640262E43172c
Octal2042121264046561032754
Binary100001001000101010101101000100110101110100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,138,86); }

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

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

 a { background-color: rgb(132,138,86); }

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

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

 span { border-color: rgb(132,138,86); }

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