#848968

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

Shades of Bitter #848968

Tints of Bitter #848968

Color information

#848968 (or 0x848968) is unknown color: approx Bitter. HEX triplet: 84, 89 and 68. RGB value is (132,137,104). Sum of RGB (Red+Green+Blue) = 132+137+104=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #848968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848968 is #7B7697. Grayscale: #838383. Windows color (decimal): -8091288 or 6850948. OLE color: 6850948.

HSL color Cylindrical-coordinate representation of color #848968: hue angle of 69.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848968 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB132137104-
CMYK0.0400.240.46
HSL69.09º13.69%47.25%-
HSV(B)69.09º24.09%53.73%-
XYZ20.9623.816.59-
YUV131.74112.34128.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=35.39%
G=36.73%
B=27.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321371040.0400.240.4669.0913.6947.25
Hex84896840182E45e2f
Octal2042111504030561051657
Binary1000010010001001110100010001100010111010001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848968; }

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

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

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

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

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

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

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

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