#848D60

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

Shades of Bitter #848D60

Tints of Bitter #848D60

Color information

#848D60 (or 0x848D60) is unknown color: approx Bitter. HEX triplet: 84, 8D and 60. RGB value is (132,141,96). Sum of RGB (Red+Green+Blue) = 132+141+96=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #848D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D60 is #7B729F. Grayscale: #858585. Windows color (decimal): -8090272 or 6327684. OLE color: 6327684.

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

Color convert

RGB13214196-
CMYK0.0600.320.45
HSL72º18.99%46.47%-
HSV(B)72º31.91%55.29%-
XYZ21.1524.814.74-
YUV133.18107.02127.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=35.77%
G=38.21%
B=26.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141960.0600.320.457218.9946.47
Hex848D6060202D48132e
Octal2042151406040551102356
Binary100001001000110111000001100100000101101100100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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