#828964

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

Shades of Bitter #828964

Tints of Bitter #828964

Color information

#828964 (or 0x828964) is unknown color: approx Bitter. HEX triplet: 82, 89 and 64. RGB value is (130,137,100). Sum of RGB (Red+Green+Blue) = 130+137+100=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #828964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828964 is #7D769B. Grayscale: #828282. Windows color (decimal): -8222364 or 6588802. OLE color: 6588802.

HSL color Cylindrical-coordinate representation of color #828964: hue angle of 71.35º 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 #828964 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB130137100-
CMYK0.0500.270.46
HSL71.35º15.61%46.47%-
HSV(B)71.35º27.01%53.73%-
XYZ20.4523.5615.53-
YUV130.69110.68127.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=35.42%
G=37.33%
B=27.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371000.0500.270.4671.3515.6146.47
Hex828964501B2E47102e
Octal2022111445033561072056
Binary10000010100010011100100101011011101110100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828964; }

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

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

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

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

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

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

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

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