#928D62

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

Shades of Bandicoot #928D62

Tints of Bandicoot #928D62

Color information

#928D62 (or 0x928D62) is unknown color: approx Bandicoot. HEX triplet: 92, 8D and 62. RGB value is (146,141,98). Sum of RGB (Red+Green+Blue) = 146+141+98=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #928D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D62 is #6D729D. Grayscale: #898989. Windows color (decimal): -7172766 or 6458770. OLE color: 6458770.

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

Color convert

RGB14614198-
CMYK00.030.330.43
HSL53.75º19.67%47.84%-
HSV(B)53.75º32.88%57.25%-
XYZ23.5826.0415.34-
YUV137.59105.66134-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=37.92%
G=36.62%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461419800.030.330.4353.7519.6747.84
Hex928D6203212B361430
Octal222215142034153662460
Binary1001001010001101110001001110000110101111011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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