#818360

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

Shades of Bandicoot #818360

Tints of Bandicoot #818360

Color information

#818360 (or 0x818360) is unknown color: approx Bandicoot. HEX triplet: 81, 83 and 60. RGB value is (129,131,96). Sum of RGB (Red+Green+Blue) = 129+131+96=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #818360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818360 is #7E7C9F. Grayscale: #7E7E7E. Windows color (decimal): -8289440 or 6325121. OLE color: 6325121.

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

Color convert

RGB12913196-
CMYK0.0200.270.49
HSL63.43º15.42%44.51%-
HSV(B)63.43º26.72%51.37%-
XYZ19.2821.7414.25-
YUV126.41110.84129.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=36.24%
G=36.80%
B=26.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131960.0200.270.4963.4315.4244.51
Hex818360201B313ff2d
Octal201203140203361771755
Binary10000001100000111100000100110111100011111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818360; }

 p { color: rgb(129,131,96); }

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

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

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

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

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

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

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