#928F57

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

Shades of Bandicoot #928F57

Tints of Bandicoot #928F57

Color information

#928F57 (or 0x928F57) is unknown color: approx Bandicoot. HEX triplet: 92, 8F and 57. RGB value is (146,143,87). Sum of RGB (Red+Green+Blue) = 146+143+87=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F57 is #6D70A8. Grayscale: #898989. Windows color (decimal): -7172265 or 5738386. OLE color: 5738386.

HSL color Cylindrical-coordinate representation of color #928F57: hue angle of 56.95º 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 #928F57 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14614387-
CMYK00.020.400.43
HSL56.95º25.32%45.69%-
HSV(B)56.95º40.41%57.25%-
XYZ23.426.4412.89-
YUV137.5199.49134.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=38.83%
G=38.03%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461438700.020.400.4356.9525.3245.69
Hex928F5702282B39192e
Octal222217127025053713156
Binary1001001010001111101011101010100010101111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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