#848E67

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

Shades of Bitter #848E67

Tints of Bitter #848E67

Color information

#848E67 (or 0x848E67) is unknown color: approx Bitter. HEX triplet: 84, 8E and 67. RGB value is (132,142,103). Sum of RGB (Red+Green+Blue) = 132+142+103=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #848E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E67 is #7B7198. Grayscale: #868686. Windows color (decimal): -8090009 or 6786692. OLE color: 6786692.

HSL color Cylindrical-coordinate representation of color #848E67: hue angle of 75.38º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848E67 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB132142103-
CMYK0.0700.270.44
HSL75.38º15.92%48.04%-
HSV(B)75.38º27.46%55.69%-
XYZ21.6425.2316.56-
YUV134.56110.19126.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=35.01%
G=37.67%
B=27.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321421030.0700.270.4475.3815.9248.04
Hex848E67701B2C4b1030
Octal2042161477033541132060
Binary10000100100011101100111111011011101100100101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,103); }

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

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

 a { background-color: rgb(132,142,103); }

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

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

 span { border-color: rgb(132,142,103); }

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