#828A64

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

Shades of Bitter #828A64

Tints of Bitter #828A64

Color information

#828A64 (or 0x828A64) is unknown color: approx Bitter. HEX triplet: 82, 8A and 64. RGB value is (130,138,100). Sum of RGB (Red+Green+Blue) = 130+138+100=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #828A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A64 is #7D759B. Grayscale: #838383. Windows color (decimal): -8222108 or 6589058. OLE color: 6589058.

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

Color convert

RGB130138100-
CMYK0.0600.280.46
HSL72.63º15.97%46.67%-
HSV(B)72.63º27.54%54.12%-
XYZ20.5923.8415.57-
YUV131.28110.35127.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=35.33%
G=37.5%
B=27.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301381000.0600.280.4672.6315.9746.67
Hex828A64601C2E49102f
Octal2022121446034561112057
Binary10000010100010101100100110011100101110100100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A64; }

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

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

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

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

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

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

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

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