#818262

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

Shades of Bandicoot #818262

Tints of Bandicoot #818262

Color information

#818262 (or 0x818262) is unknown color: approx Bandicoot. HEX triplet: 81, 82 and 62. RGB value is (129,130,98). Sum of RGB (Red+Green+Blue) = 129+130+98=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #818262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818262 is #7E7D9D. Grayscale: #7E7E7E. Windows color (decimal): -8289694 or 6455937. OLE color: 6455937.

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

Color convert

RGB12913098-
CMYK0.0100.250.49
HSL61.88º14.04%44.71%-
HSV(B)61.88º24.62%50.98%-
XYZ19.2421.5114.69-
YUV126.05112.17130.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=36.13%
G=36.41%
B=27.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130980.0100.250.4961.8814.0444.71
Hex8182621019313ee2d
Octal201202142103161761655
Binary1000000110000010110001010110011100011111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818262; }

 p { color: rgb(129,130,98); }

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

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

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

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

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

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

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