#928F5B

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

Shades of Bandicoot #928F5B

Tints of Bandicoot #928F5B

Color information

#928F5B (or 0x928F5B) is unknown color: approx Bandicoot. HEX triplet: 92, 8F and 5B. RGB value is (146,143,91). Sum of RGB (Red+Green+Blue) = 146+143+91=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #928F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F5B is #6D70A4. Grayscale: #8A8A8A. Windows color (decimal): -7172261 or 6000530. OLE color: 6000530.

HSL color Cylindrical-coordinate representation of color #928F5B: hue angle of 56.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928F5B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14614391-
CMYK00.020.380.43
HSL56.73º23.21%46.47%-
HSV(B)56.73º37.67%57.25%-
XYZ23.5626.5113.77-
YUV137.97101.49133.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=38.42%
G=37.63%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461439100.020.380.4356.7323.2146.47
Hex928F5B02262B39172e
Octal222217133024653712756
Binary1001001010001111101101101010011010101111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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