#928B5B

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

Shades of Bandicoot #928B5B

Tints of Bandicoot #928B5B

Color information

#928B5B (or 0x928B5B) is unknown color: approx Bandicoot. HEX triplet: 92, 8B and 5B. RGB value is (146,139,91). Sum of RGB (Red+Green+Blue) = 146+139+91=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B5B is #6D74A4. Grayscale: #878787. Windows color (decimal): -7173285 or 5999506. OLE color: 5999506.

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

Color convert

RGB14613991-
CMYK00.050.380.43
HSL52.36º23.21%46.47%-
HSV(B)52.36º37.67%57.25%-
XYZ22.9825.3313.58-
YUV135.62102.82135.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=38.83%
G=36.97%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461399100.050.380.4352.3623.2146.47
Hex928B5B05262B34172e
Octal222213133054653642756
Binary10010010100010111011011010110011010101111010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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