#828266

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

Shades of Bandicoot #828266

Tints of Bandicoot #828266

Color information

#828266 (or 0x828266) is unknown color: approx Bandicoot. HEX triplet: 82, 82 and 66. RGB value is (130,130,102). Sum of RGB (Red+Green+Blue) = 130+130+102=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828266 is #7D7D99. Grayscale: #7E7E7E. Windows color (decimal): -8224154 or 6718082. OLE color: 6718082.

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

Color convert

RGB130130102-
CMYK000.220.49
HSL60º12.07%45.49%-
HSV(B)60º21.54%50.98%-
XYZ19.5921.6715.72-
YUV126.81114130.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=35.91%
G=35.91%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130102000.220.496012.0745.49
Hex8282660016313cc2d
Octal202202146002661741455
Binary1000001010000010110011000101101100011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828266; }

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

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

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

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

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

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

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

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