#848D56

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

Shades of Bitter #848D56

Tints of Bitter #848D56

Color information

#848D56 (or 0x848D56) is unknown color: approx Bitter. HEX triplet: 84, 8D and 56. RGB value is (132,141,86). Sum of RGB (Red+Green+Blue) = 132+141+86=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #848D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D56 is #7B72A9. Grayscale: #848484. Windows color (decimal): -8090282 or 5672324. OLE color: 5672324.

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

Color convert

RGB13214186-
CMYK0.0600.390.45
HSL69.82º24.23%44.51%-
HSV(B)69.82º39.01%55.29%-
XYZ20.7224.6312.47-
YUV132.04102.02127.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=36.77%
G=39.28%
B=23.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141860.0600.390.4569.8224.2344.51
Hex848D5660272D46182d
Octal2042151266047551063055
Binary100001001000110110101101100100111101101100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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