#848F64

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

Shades of Bitter #848F64

Tints of Bitter #848F64

Color information

#848F64 (or 0x848F64) is unknown color: approx Bitter. HEX triplet: 84, 8F and 64. RGB value is (132,143,100). Sum of RGB (Red+Green+Blue) = 132+143+100=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #848F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F64 is #7B709B. Grayscale: #868686. Windows color (decimal): -8089756 or 6590340. OLE color: 6590340.

HSL color Cylindrical-coordinate representation of color #848F64: hue angle of 75.35º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848F64 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB132143100-
CMYK0.0800.300.44
HSL75.35º17.7%47.65%-
HSV(B)75.35º30.07%56.08%-
XYZ21.6425.4715.83-
YUV134.81108.36126-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=35.2%
G=38.13%
B=26.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321431000.0800.300.4475.3517.747.65
Hex848F64801E2C4b1230
Octal20421714410036541132260
Binary100001001000111111001001000011110101100100101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,143,100); }

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

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

 a { background-color: rgb(132,143,100); }

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

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

 span { border-color: rgb(132,143,100); }

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