#928D57

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

Shades of Bandicoot #928D57

Tints of Bandicoot #928D57

Color information

#928D57 (or 0x928D57) is unknown color: approx Bandicoot. HEX triplet: 92, 8D and 57. RGB value is (146,141,87). Sum of RGB (Red+Green+Blue) = 146+141+87=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #928D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D57 is #6D72A8. Grayscale: #888888. Windows color (decimal): -7172777 or 5737874. OLE color: 5737874.

HSL color Cylindrical-coordinate representation of color #928D57: hue angle of 54.92º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928D57 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14614187-
CMYK00.030.400.43
HSL54.92º25.32%45.69%-
HSV(B)54.92º40.41%57.25%-
XYZ23.125.8512.79-
YUV136.34100.16134.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=39.04%
G=37.70%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461418700.030.400.4354.9225.3245.69
Hex928D5703282B37192e
Octal222215127035053673156
Binary1001001010001101101011101110100010101111011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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