#928E5B

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

Shades of Bandicoot #928E5B

Tints of Bandicoot #928E5B

Color information

#928E5B (or 0x928E5B) is unknown color: approx Bandicoot. HEX triplet: 92, 8E and 5B. RGB value is (146,142,91). Sum of RGB (Red+Green+Blue) = 146+142+91=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #928E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E5B is #6D71A4. Grayscale: #898989. Windows color (decimal): -7172517 or 6000274. OLE color: 6000274.

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

Color convert

RGB14614291-
CMYK00.030.380.43
HSL55.64º23.21%46.47%-
HSV(B)55.64º37.67%57.25%-
XYZ23.4226.2113.72-
YUV137.38101.83134.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=38.52%
G=37.47%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461429100.030.380.4355.6423.2146.47
Hex928E5B03262B38172e
Octal222216133034653702756
Binary1001001010001110101101101110011010101111100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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