#928E57

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

Shades of Bandicoot #928E57

Tints of Bandicoot #928E57

Color information

#928E57 (or 0x928E57) is unknown color: approx Bandicoot. HEX triplet: 92, 8E and 57. RGB value is (146,142,87). Sum of RGB (Red+Green+Blue) = 146+142+87=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E57 is #6D71A8. Grayscale: #898989. Windows color (decimal): -7172521 or 5738130. OLE color: 5738130.

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

Color convert

RGB14614287-
CMYK00.030.400.43
HSL55.93º25.32%45.69%-
HSV(B)55.93º40.41%57.25%-
XYZ23.2526.1512.84-
YUV136.9399.83134.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=38.93%
G=37.87%
B=23.2%

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
Decimal1461428700.030.400.4355.9325.3245.69
Hex928E5703282B38192e
Octal222216127035053703156
Binary1001001010001110101011101110100010101111100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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