#838964

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

Shades of Bitter #838964

Tints of Bitter #838964

Color information

#838964 (or 0x838964) is unknown color: approx Bitter. HEX triplet: 83, 89 and 64. RGB value is (131,137,100). Sum of RGB (Red+Green+Blue) = 131+137+100=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #838964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838964 is #7C769B. Grayscale: #838383. Windows color (decimal): -8156828 or 6588803. OLE color: 6588803.

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

Color convert

RGB131137100-
CMYK0.0400.270.46
HSL69.73º15.61%46.47%-
HSV(B)69.73º27.01%53.73%-
XYZ20.6123.6415.53-
YUV130.99110.51128.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=35.60%
G=37.23%
B=27.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371000.0400.270.4669.7315.6146.47
Hex838964401B2E46102e
Octal2032111444033561062056
Binary10000011100010011100100100011011101110100011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838964; }

 p { color: rgb(131,137,100); }

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

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

 a { background-color: rgb(131,137,100); }

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

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

 span { border-color: rgb(131,137,100); }

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