#928F61

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

Shades of Bandicoot #928F61

Tints of Bandicoot #928F61

Color information

#928F61 (or 0x928F61) is unknown color: approx Bandicoot. HEX triplet: 92, 8F and 61. RGB value is (146,143,97). Sum of RGB (Red+Green+Blue) = 146+143+97=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #928F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F61 is #6D709E. Grayscale: #8A8A8A. Windows color (decimal): -7172255 or 6393746. OLE color: 6393746.

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

Color convert

RGB14614397-
CMYK00.020.340.43
HSL56.33º20.16%47.65%-
HSV(B)56.33º33.56%57.25%-
XYZ23.8326.6215.19-
YUV138.65104.49133.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=37.82%
G=37.05%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461439700.020.340.4356.3320.1647.65
Hex928F6102222B381430
Octal222217141024253702460
Binary1001001010001111110000101010001010101111100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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