#928F62

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

Shades of Bandicoot #928F62

Tints of Bandicoot #928F62

Color information

#928F62 (or 0x928F62) is unknown color: approx Bandicoot. HEX triplet: 92, 8F and 62. RGB value is (146,143,98). Sum of RGB (Red+Green+Blue) = 146+143+98=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #928F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F62 is #6D709D. Grayscale: #8A8A8A. Windows color (decimal): -7172254 or 6459282. OLE color: 6459282.

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

Color convert

RGB14614398-
CMYK00.020.330.43
HSL56.25º19.67%47.84%-
HSV(B)56.25º32.88%57.25%-
XYZ23.8826.6415.44-
YUV138.77104.99133.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=37.73%
G=36.95%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461439800.020.330.4356.2519.6747.84
Hex928F6202212B381430
Octal222217142024153702460
Binary1001001010001111110001001010000110101111100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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