#848D68

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

Shades of Bitter #848D68

Tints of Bitter #848D68

Color information

#848D68 (or 0x848D68) is unknown color: approx Bitter. HEX triplet: 84, 8D and 68. RGB value is (132,141,104). Sum of RGB (Red+Green+Blue) = 132+141+104=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #848D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D68 is #7B7297. Grayscale: #868686. Windows color (decimal): -8090264 or 6851972. OLE color: 6851972.

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

Color convert

RGB132141104-
CMYK0.0600.260.45
HSL74.59º15.1%48.04%-
HSV(B)74.59º26.24%55.29%-
XYZ21.5424.9516.78-
YUV134.09111.02126.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=35.01%
G=37.40%
B=27.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411040.0600.260.4574.5915.148.04
Hex848D68601A2D4bf30
Octal2042151506032551131760
Binary1000010010001101110100011001101010110110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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