#928D5E

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

Shades of Bandicoot #928D5E

Tints of Bandicoot #928D5E

Color information

#928D5E (or 0x928D5E) is unknown color: approx Bandicoot. HEX triplet: 92, 8D and 5E. RGB value is (146,141,94). Sum of RGB (Red+Green+Blue) = 146+141+94=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D5E is #6D72A1. Grayscale: #898989. Windows color (decimal): -7172770 or 6196626. OLE color: 6196626.

HSL color Cylindrical-coordinate representation of color #928D5E: hue angle of 54.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928D5E is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14614194-
CMYK00.030.360.43
HSL54.23º21.67%47.06%-
HSV(B)54.23º35.62%57.25%-
XYZ23.425.9714.37-
YUV137.14103.66134.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=38.32%
G=37.01%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461419400.030.360.4354.2321.6747.06
Hex928D5E03242B36162f
Octal222215136034453662657
Binary1001001010001101101111001110010010101111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D5E; }

 p { color: rgb(146,141,94); }

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

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

 a { background-color: rgb(146,141,94); }

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

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

 span { border-color: rgb(146,141,94); }

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