#818166

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

Shades of Bandicoot #818166

Tints of Bandicoot #818166

Color information

#818166 (or 0x818166) is unknown color: approx Bandicoot. HEX triplet: 81, 81 and 66. RGB value is (129,129,102). Sum of RGB (Red+Green+Blue) = 129+129+102=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818166 is #7E7E99. Grayscale: #7E7E7E. Windows color (decimal): -8289946 or 6717825. OLE color: 6717825.

HSL color Cylindrical-coordinate representation of color #818166: 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.21%. Process color model (Four color, CMYK) of #818166 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB129129102-
CMYK000.210.49
HSL60º11.69%45.29%-
HSV(B)60º20.93%50.59%-
XYZ19.321.3315.67-
YUV125.92114.5130.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=35.83%
G=35.83%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129129102000.210.496011.6945.29
Hex8181660015313cc2d
Octal201201146002561741455
Binary1000000110000001110011000101011100011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818166; }

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

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

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

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

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

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

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

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