#828268

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

Shades of Bandicoot #828268

Tints of Bandicoot #828268

Color information

#828268 (or 0x828268) is unknown color: approx Bandicoot. HEX triplet: 82, 82 and 68. RGB value is (130,130,104). Sum of RGB (Red+Green+Blue) = 130+130+104=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828268 is #7D7D97. Grayscale: #7F7F7F. Windows color (decimal): -8224152 or 6849154. OLE color: 6849154.

HSL color Cylindrical-coordinate representation of color #828268: hue angle of 60º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828268 is Cyan = 0, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB130130104-
CMYK000.20.49
HSL60º11.11%45.88%-
HSV(B)60º20%50.98%-
XYZ19.6921.7116.25-
YUV127.04115130.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130104000.20.496011.1145.88
Hex8282680014313cb2e
Octal202202150002461741356
Binary1000001010000010110100000101001100011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828268; }

 p { color: rgb(130,130,104); }

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

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

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

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

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

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

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