#828966

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

Shades of Bitter #828966

Tints of Bitter #828966

Color information

#828966 (or 0x828966) is unknown color: approx Bitter. HEX triplet: 82, 89 and 66. RGB value is (130,137,102). Sum of RGB (Red+Green+Blue) = 130+137+102=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #828966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828966 is #7D7699. Grayscale: #838383. Windows color (decimal): -8222362 or 6719874. OLE color: 6719874.

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

Color convert

RGB130137102-
CMYK0.0500.260.46
HSL72º14.64%46.86%-
HSV(B)72º25.55%53.73%-
XYZ20.5523.616.04-
YUV130.92111.68127.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=35.23%
G=37.13%
B=27.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371020.0500.260.467214.6446.86
Hex828966501A2E48f2f
Octal2022111465032561101757
Binary1000001010001001110011010101101010111010010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828966; }

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

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

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

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

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

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

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

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